Click or drag to resize

BoundingBox.ConvertToScreen Method (Object)

X#
Convert a bounding box to screen coordinates for a given window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ConvertToScreen(
	oWindow AS Object
) AS LOGIC
Request Example View Source

Parameters

oWindow
Type: Object
The window objectto use for the conversion.

Return Value

Type: Logic
TRUE.
See Also