TBLPointI
Point specified as [X, Y] using Integer
as a storage type.
Definition
Unit: Blend2D
Fields
Name | Description |
---|---|
X | |
Y |
Constructors
Name | Description |
---|---|
Create |
Operators
Methods
Name | Description |
---|---|
Equals | |
Reset(TBLPointI) | |
Reset(Integer, Integer) | |
Reset |
Field Descriptions
X
var X: Integer
Type: Integer
Y
var Y: Integer
Type: Integer
Constructor Descriptions
Create
constructor Create(const AX, AY: Integer)
Parameters
AX
: Integer
AY
: Integer
Operator Descriptions
Add(TBLPointI, TBLPointI)
class operator Add(const ALeft, ARight: TBLPointI): TBLPointI; inline; static
Parameters
ALeft
: TBLPointI
ARight
: TBLPointI
Returns
Add(Integer, TBLPointI)
class operator Add(const ALeft: Integer; const ARight: TBLPointI): TBLPointI; inline; static
Parameters
ALeft
: Integer
ARight
: TBLPointI
Returns
Add(TBLPointI, Integer)
class operator Add(const ALeft: TBLPointI; const ARight: Integer): TBLPointI; inline; static
Parameters
ALeft
: TBLPointI
ARight
: Integer
Returns
Equal(TBLPointI, TBLPointI)
class operator Equal(const ALeft, ARight: TBLPointI): Boolean; inline; static
Parameters
ALeft
: TBLPointI
ARight
: TBLPointI
Returns
Boolean
Multiply(TBLPointI, TBLPointI)
class operator Multiply(const ALeft, ARight: TBLPointI): TBLPointI; inline; static
Parameters
ALeft
: TBLPointI
ARight
: TBLPointI
Returns
Multiply(Integer, TBLPointI)
class operator Multiply(const ALeft: Integer; const ARight: TBLPointI): TBLPointI; inline; static
Parameters
ALeft
: Integer
ARight
: TBLPointI
Returns
Multiply(TBLPointI, Integer)
class operator Multiply(const ALeft: TBLPointI; const ARight: Integer): TBLPointI; inline; static
Parameters
ALeft
: TBLPointI
ARight
: Integer
Returns
Negative(TBLPointI)
class operator Negative(const AValue: TBLPointI): TBLPointI; inline; static
Parameters
AValue
: TBLPointI
Returns
NotEqual(TBLPointI, TBLPointI)
class operator NotEqual(const ALeft, ARight: TBLPointI): Boolean; inline; static
Parameters
ALeft
: TBLPointI
ARight
: TBLPointI
Returns
Boolean
Subtract(TBLPointI, TBLPointI)
class operator Subtract(const ALeft, ARight: TBLPointI): TBLPointI; inline; static
Parameters
ALeft
: TBLPointI
ARight
: TBLPointI
Returns
Subtract(Integer, TBLPointI)
class operator Subtract(const ALeft: Integer; const ARight: TBLPointI): TBLPointI; inline; static
Parameters
ALeft
: Integer
ARight
: TBLPointI
Returns
Subtract(TBLPointI, Integer)
class operator Subtract(const ALeft: TBLPointI; const ARight: Integer): TBLPointI; inline; static
Parameters
ALeft
: TBLPointI
ARight
: Integer
Returns
Method Descriptions
Equals(TBLPointI)
function Equals(const AOther: TBLPointI): Boolean; inline
Parameters
AOther
: TBLPointI
Returns
Boolean
Reset(TBLPointI)
procedure Reset(const AOther: TBLPointI); overload; inline
Parameters
AOther
: TBLPointI
Reset(Integer, Integer)
procedure Reset(const AX, AY: Integer); overload; inline
Parameters
AX
: Integer
AY
: Integer
Reset
procedure Reset; overload; inline