Back to Devexpress

TdxPoint Class

vcl-cxgeometry-0af87777.md

latest1.2 KB
Original Source

TdxPoint Class

Stores pixel coordinates of a point.

Declaration

delphi
TdxPoint = class(
    TcxPointBasedGeometryObject
)

Remarks

This class extends its ancestor with members that allow you to do the following:

  • Set individual point coordinates (X and Y).

  • Set the point coordinates as a TPoint value (Value).

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TcxGeometryObject TcxPointBasedGeometryObject TdxPoint

See Also

TdxPoint Members

cxGeometry Unit