PointDAddition 操作符 (PointD, Size) |
参考 System.Drawing.Point
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static PointD operator +(
PointD pt,
Size sz
)
Public Shared Operator + (
pt As PointD,
sz As Size
) As PointD
public:
static PointD operator +(
PointD pt,
Size sz
)
static let inline (+)
pt : PointD *
sz : Size : PointD
参数
- pt
- 类型: System.DrawingPointD
- sz
- 类型: System.DrawingSize
返回值
类型:
PointD
参见