创建指定纬度。
命名空间: System.Spatial
程序集: System.Spatial(在 System.Spatial.dll 中)
语法
声明
Public Shared Function Create ( _
x As Double, _
y As Double _
) As GeometryPoint
用法
Dim x As Double
Dim y As Double
Dim returnValue As GeometryPoint
returnValue = GeometryPoint.Create(x, y)
public static GeometryPoint Create(
double x,
double y
)
public:
static GeometryPoint^ Create(
double x,
double y
)
static member Create :
x:float *
y:float -> GeometryPoint
public static function Create(
x : double,
y : double
) : GeometryPoint
参数
- x
类型:System.Double
x 维度。
- y
类型:System.Double
y 维度。
返回值
类型:System.Spatial.GeometryPoint
已创建的 GeographyPoint。