共用方式為


Geometry 建構函式

初始化 Geometry 類別的新執行個體。

命名空間:  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 Geometry(coordinateSystem, _
    creator)
protected Geometry(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
Geometry(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> Geometry
protected function Geometry(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

參數

請參閱

參考

Geometry 類別

System.Spatial 命名空間