BoundingBox 转换 (Rectangle to BoundingBox) | |
Implicit operator to convert System.Drawing.Rectangle to BoundingBox
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 STATIC OPERATOR IMPLICIT (
r AS Rectangle
) AS BoundingBox
public static implicit operator BoundingBox (
Rectangle r
)
查看代码参数
- r
- 类型:Rectangle
Rectangle
返回值
类型:
BoundingBoxBoundingbox
参见