RectangleD 构造函数 (Double, Double, Double, Double) |
参考 System.Drawing.Rectangle
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public RectangleD(
double x,
double y,
double width,
double height
)
Public Sub New (
x As Double,
y As Double,
width As Double,
height As Double
)
public:
RectangleD(
double x,
double y,
double width,
double height
)
new :
x : float *
y : float *
width : float *
height : float -> RectangleD
参数
- x
- 类型: SystemDouble
- y
- 类型: SystemDouble
- width
- 类型: SystemDouble
- height
- 类型: SystemDouble
参见