共用方式為


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 命名空間