RectangleD 构造函数 (PointD, SizeD) |
参考 System.Drawing.Rectangle
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public RectangleD(
PointD location,
SizeD size
)
Public Sub New (
location As PointD,
size As SizeD
)
public:
RectangleD(
PointD location,
SizeD size
)
new :
location : PointD *
size : SizeD -> RectangleD
参数
- location
- 类型: System.DrawingPointD
- size
- 类型: System.DrawingSizeD
参见