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
)
パラメーター
- coordinateSystem
型: System.Spatial.CoordinateSystem
CoordinateSystem。
- creator
型: System.Spatial.SpatialImplementation
このインスタンスを作成した実装。