StatusBar.SetPair Method (Typed) | |
Set a pair representing the coordinates to be shown in the status bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetPair(
oPoint AS Point
) AS VOID
public virtual void SetPair(
Point oPoint
)
Request Example
View SourceParameters
- oPoint
- Type: Point
The point to set.
Remarks
The units you choose for coordinates are arbitrary.
See Also