TdxPointDoublePersistent Class
In This Article
Stores the coordinates of a point (in abstract measurement units).
#Declaration
Delphi
TdxPointDoublePersistent = class(
TcxPointDoubleBasedGeometryObject
)
#Remarks
This class extends its ancestor with members that allow you to do the following:
Set the point coordinates as a TdxPointDouble value (Value or Point).
#Inheritance
See Also