建立指定的緯度。
命名空間: 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。