TdxPointDouble Members
A TPoint type equivalent with the double-precision floating-point X and Y coordinates.Fields
Name | Description |
---|---|
X | Stores the point’s horizontal position. |
Y | Stores the point’s vertical position. |
Methods
Name |
---|
Create(Double,Double) static |
Init(Double,Double) |
Null static |
Offset(TdxPointDouble) |
Offset(TdxSizeDouble) |
Offset(Double,Double) |
Scale(TdxPointDouble) |
Scale(TdxSizeDouble) |
Scale(Double,Double) |
Operators
Name |
---|
Equal(TdxPointDouble,TdxPointDouble)~Boolean |
Implicit(TdxPointDouble)~TdxPointF |
Implicit(TdxPointDouble)~TPoint |
NotEqual(TdxPointDouble,TdxPointDouble)~Boolean |
See Also