开始绘制空间对象。
命名空间: 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
对象的空间类型。