StatusBar.SetPair Method | |
Set a pair representing the coordinates to be shown in the status bar.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetPair(
oPoint
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetPair(
Usual oPoint = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
The point to set.
Return Value
Type:
UsualRemarks
The units you choose for coordinates are arbitrary.
See Also