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