Point.X Property (Typed) | |
An integer representing this point's x coordinate.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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