Vector 转换 (Vector to Point) |
Explicit conversion to Point
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static explicit operator Point (
Vector vector
)
参数
- vector
- 类型:CPF.DrawingVector
Vector - the Vector to convert to a Point
返回值
类型:
Point
Point - A Point equal to this Vector
参见