TBLSize
Size specified as [W, H] using Double 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(TBLSize) | |
| Reset(Double, Double) | |
| Reset |
Field Descriptions
H
var H: Double
Type: Double
W
var W: Double
Type: Double
Constructor Descriptions
Create
constructor Create(const AW, AH: Double)
Parameters
AW: Double
AH: Double
Operator Descriptions
Equal(TBLSize, TBLSize)
class operator Equal(const ALeft, ARight: TBLSize): Boolean; inline; static
Parameters
ALeft: TBLSize
ARight: TBLSize
Returns
Boolean
NotEqual(TBLSize, TBLSize)
class operator NotEqual(const ALeft, ARight: TBLSize): Boolean; inline; static
Parameters
ALeft: TBLSize
ARight: TBLSize
Returns
Boolean
Method Descriptions
Equals(TBLSize)
function Equals(const AOther: TBLSize): Boolean; inline
Parameters
AOther: TBLSize
Returns
Boolean
Reset(TBLSize)
procedure Reset(const AOther: TBLSize); overload; inline
Parameters
AOther: TBLSize
Reset(Double, Double)
procedure Reset(const AW, AH: Double); overload; inline
Parameters
AW: Double
AH: Double
Reset
procedure Reset; overload; inline