다음을 통해 공유


GeometryPosition 생성자 (Double, Double)

구성 요소에서 GeometryPosition의 새 인스턴스를 만듭니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public Sub New ( _
    x As Double, _
    y As Double _
)
‘사용 방법
Dim x As Double
Dim y As Double

Dim instance As New GeometryPosition(x, y)
public GeometryPosition(
    double x,
    double y
)
public:
GeometryPosition(
    double x, 
    double y
)
new : 
        x:float * 
        y:float -> GeometryPosition
public function GeometryPosition(
    x : double, 
    y : double
)

매개 변수

참고 항목

참조

GeometryPosition 클래스

GeometryPosition 오버로드

System.Spatial 네임스페이스