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
매개 변수
- x
유형: System.Double
x 차원입니다.
- y
유형: System.Double
y 차원입니다.
반환 값
유형: System.Spatial.GeometryPoint
만들어진 GeographyPoint입니다.