다음을 통해 공유


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 네임스페이스