TdxPoint.X Property
In This Article
Specifies the point’s horizontal position, in pixels.
#Declaration
Delphi
property X: Integer index 0 read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use the X and Y properties to set the point’s position. The X property is mapped to the X field accessible via the Point property.
See Also