BoundingBox.ConvertToScreen Method (Object) | |
Convert a bounding box to screen coordinates for a given window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD ConvertToScreen(
oWindow AS Object
) AS LOGIC
public virtual bool ConvertToScreen(
Object oWindow
)
Request Example
View SourceParameters
- oWindow
- Type: Object
The window objectto use for the conversion.
Return Value
Type:
Logic
TRUE.
See Also