BoundingBox Conversion (BoundingBox to Rectangle) | |
Implicit operator to convert BoundingBox to System.Drawing.Rectangle
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
b AS BoundingBox
) AS Rectangle
public static implicit operator Rectangle (
BoundingBox b
)
Request Example
View SourceParameters
- b
- Type: BoundingBox
BoundingBox
Return Value
Type:
RectangleBoundingbox
See Also