GeometryPipeline Class

Represents the pipeline of geometry.

Inheritance Hierarchy

System.Object
  System.Spatial.GeometryPipeline

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustInherit Class GeometryPipeline
'Usage
Dim instance As GeometryPipeline
public abstract class GeometryPipeline
public ref class GeometryPipeline abstract
[<AbstractClassAttribute>]
type GeometryPipeline =  class end
public abstract class GeometryPipeline

The GeometryPipeline type exposes the following members.

Constructors

  Name Description
Protected method GeometryPipeline Initializes a new instance of the GeometryPipeline class.

Top

Methods

  Name Description
Public method BeginFigure Begins drawing a figure.
Public method BeginGeometry Begins drawing a spatial object.
Public method EndFigure Ends the current figure.
Public method EndGeometry Ends the current spatial object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LineTo Draws a point in the specified coordinate.
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset Resets the pipeline.
Public method SetCoordinateSystem Sets the coordinate system.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Spatial Namespace