BoundingBox.ConvertToScreen Method | |
Convert a bounding box to screen coordinates for a given window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ConvertToScreen(
oWindow
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ConvertToScreen(
Usual oWindow = default
)
Request Example
View SourceParameters
- oWindow (Optional)
- Type: Usual
The window objectto use for the conversion.
Return Value
Type:
Usual
TRUE.
See Also