共用方式為


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