次の方法で共有


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