GeometryPolygon コンストラクター

GeometryPolygon クラスの新しいインスタンスを初期化します。

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Protected Sub New ( _
    coordinateSystem As CoordinateSystem, _
    creator As SpatialImplementation _
)
'使用
Dim coordinateSystem As CoordinateSystem
Dim creator As SpatialImplementation

Dim instance As New GeometryPolygon(coordinateSystem, _
    creator)
protected GeometryPolygon(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeometryPolygon(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeometryPolygon
protected function GeometryPolygon(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

パラメーター

関連項目

参照

GeometryPolygon クラス

System.Spatial 名前空間