Skip to content

TBLRectI

Rectangle specified as [X, Y, W, H] using Integer as a storage type.

Definition

Unit: Blend2D

type TBLRectI = record ... end;

Fields

Name Description
H
W
X
Y

Constructors

Name Description
Create

Operators

Name Description
Equal
NotEqual

Methods

Name Description
Equals
Reset(TBLRectI)
Reset(Integer, Integer, Integer, Integer)
Reset

Field Descriptions

H

var H: Integer

Type: Integer


W

var W: Integer

Type: Integer


X

var X: Integer

Type: Integer


Y

var Y: Integer

Type: Integer


Constructor Descriptions

Create

constructor Create(const AX, AY, AW, AH: Integer)

Parameters

AX: Integer

AY: Integer

AW: Integer

AH: Integer


Operator Descriptions

Equal(TBLRectI, TBLRectI)

class operator Equal(const ALeft, ARight: TBLRectI): Boolean; inline; static

Parameters

ALeft: TBLRectI

ARight: TBLRectI

Returns

Boolean


NotEqual(TBLRectI, TBLRectI)

class operator NotEqual(const ALeft, ARight: TBLRectI): Boolean; inline; static

Parameters

ALeft: TBLRectI

ARight: TBLRectI

Returns

Boolean


Method Descriptions

Equals(TBLRectI)

function Equals(const AOther: TBLRectI): Boolean; inline

Parameters

AOther: TBLRectI

Returns

Boolean


Reset(TBLRectI)

procedure Reset(const AOther: TBLRectI); overload; inline

Parameters

AOther: TBLRectI


Reset(Integer, Integer, Integer, Integer)

procedure Reset(const AX, AY, AW, AH: Integer); overload; inline

Parameters

AX: Integer

AY: Integer

AW: Integer

AH: Integer


Reset

procedure Reset; overload; inline