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