Méthode GeometryPipeline.BeginGeometry
Commence à dessiner un objet spatial.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public MustOverride Sub BeginGeometry ( _
type As SpatialType _
)
'Utilisation
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
)
Paramètres
- type
Type : System.Spatial.SpatialType
Type spatial de l'objet.