TdxPointDoublePersistent.Y Property
In This Article
Specifies the point’s vertical position, in abstract measurement units.
#Declaration
Delphi
property Y: Double index 1 read; write;
#Property Value
Type |
---|
Double |
#Remarks
Use the X and Y properties to set the point’s position. The Y property is mapped to the Y field accessible via the Value property.
You can call the Reset procedure to restore the point position at the moment of the TdxPointDoublePersistent object creation.
See Also