Vector 转换 (Vector to Size) |
Explicit conversion to Size. Note that since Size cannot contain negative values,
the resulting size will contains the absolute values of X and Y
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static explicit operator Size (
Vector vector
)
参数
- vector
- 类型:CPF.DrawingVector
Vector - the Vector to convert to a Size
返回值
类型:
Size
Size - A Size equal to this Vector
参见