TdxPointDoublePersistent.Y Property
Specifies the point’s vertical position, in abstract measurement units.
Declaration
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