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