TdxPointWrapper.Point Property
In This Article
Contains coordinates of an object (or width and height for ‘area’ objects).
#Declaration
Delphi
property Point: TPoint read; write;
#Property Value
Type |
---|
TPoint |
#Remarks
By default, the Point property value is (0, 0).
See Also