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