Point.X Property | |
An integer representing this point's x coordinate.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY X AS LONG GET SET
public virtual int X { get; set; }
Request Example
View SourceProperty Value
Type:
LongAn integer representing this point's x coordinate.
See Also