GeometryPoint.Create 方法 (Double, Double)

创建指定纬度。

命名空间:  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

参数

返回值

类型:System.Spatial.GeometryPoint
已创建的 GeographyPoint。

请参阅

参考

GeometryPoint 类

Create 重载

System.Spatial 命名空间