開始繪製空間物件。
命名空間: 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
)
參數
- type
型別:System.Spatial.SpatialType
物件的空間類型。