TBLSizeI
Size specified as [W, H] using Integer as a storage type.
Definition
Unit: Blend2D
Fields
| Name | Description |
|---|---|
| H | |
| W |
Constructors
| Name | Description |
|---|---|
| Create |
Operators
| Name | Description |
|---|---|
| Equal | |
| NotEqual |
Methods
| Name | Description |
|---|---|
| Equals | |
| Reset(TBLSizeI) | |
| Reset(Integer, Integer) | |
| Reset |
Field Descriptions
H
var H: Integer
Type: Integer
W
var W: Integer
Type: Integer
Constructor Descriptions
Create
constructor Create(const AW, AH: Integer)
Parameters
AW: Integer
AH: Integer
Operator Descriptions
Equal(TBLSizeI, TBLSizeI)
class operator Equal(const ALeft, ARight: TBLSizeI): Boolean; inline; static
Parameters
ALeft: TBLSizeI
ARight: TBLSizeI
Returns
Boolean
NotEqual(TBLSizeI, TBLSizeI)
class operator NotEqual(const ALeft, ARight: TBLSizeI): Boolean; inline; static
Parameters
ALeft: TBLSizeI
ARight: TBLSizeI
Returns
Boolean
Method Descriptions
Equals(TBLSizeI)
function Equals(const AOther: TBLSizeI): Boolean; inline
Parameters
AOther: TBLSizeI
Returns
Boolean
Reset(TBLSizeI)
procedure Reset(const AOther: TBLSizeI); overload; inline
Parameters
AOther: TBLSizeI
Reset(Integer, Integer)
procedure Reset(const AW, AH: Integer); overload; inline
Parameters
AW: Integer
AH: Integer
Reset
procedure Reset; overload; inline