SizeD 转换 (SizeD to PointD) |
参考 System.Drawing.Size
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static explicit operator PointD (
SizeD size
)
Public Shared Narrowing Operator CType (
size As SizeD
) As PointD
static explicit operator PointD (
SizeD size
)
F# does not support the declaration of new casting operators.
参数
- size
- 类型: System.DrawingSizeD
返回值
类型:
PointD
参见