Skip to content

TBLRect

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

Definition

Unit: Blend2D

type TBLRect = record ... end;

Fields

Name Description
H
W
X
Y

Constructors

Name Description
Create

Operators

Name Description
Equal
NotEqual

Methods

Name Description
Equals
Reset(TBLRect)
Reset(Double, Double, Double, Double)
Reset

Field Descriptions

H

var H: Double

Type: Double


W

var W: Double

Type: Double


X

var X: Double

Type: Double


Y

var Y: Double

Type: Double


Constructor Descriptions

Create

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

Parameters

AX: Double

AY: Double

AW: Double

AH: Double


Operator Descriptions

Equal(TBLRect, TBLRect)

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

Parameters

ALeft: TBLRect

ARight: TBLRect

Returns

Boolean


NotEqual(TBLRect, TBLRect)

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

Parameters

ALeft: TBLRect

ARight: TBLRect

Returns

Boolean


Method Descriptions

Equals(TBLRect)

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

Parameters

AOther: TBLRect

Returns

Boolean


Reset(TBLRect)

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

Parameters

AOther: TBLRect


Reset(Double, Double, Double, Double)

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

Parameters

AX: Double

AY: Double

AW: Double

AH: Double


Reset

procedure Reset; overload; inline