次の方法で共有


GeometryPipeline.BeginGeometry メソッド

空間オブジェクトの描画を開始します。

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

構文

'宣言
Public MustOverride Sub BeginGeometry ( _
    type As SpatialType _
)
'使用
Dim instance As GeometryPipeline
Dim type As SpatialType

instance.BeginGeometry(type)
public abstract void BeginGeometry(
    SpatialType type
)
public:
virtual void BeginGeometry(
    SpatialType type
) abstract
abstract BeginGeometry : 
        type:SpatialType -> unit 
public abstract function BeginGeometry(
    type : SpatialType
)

パラメーター

関連項目

参照

GeometryPipeline クラス

System.Spatial 名前空間