BoundingBox.ConvertToScreen Method (IntPtr) | |
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 IntPtr
) AS LOGIC
public virtual bool ConvertToScreen(
IntPtr oWindow
)
Request Example
View SourceParameters
- oWindow
- Type: IntPtr
The window objectto use for the conversion.
Return Value
Type:
Logic
TRUE.
See Also