Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GeometryPipeline | Initializes a new instance of the GeometryPipeline class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BeginFigure | Begins drawing a figure. |
![]() |
BeginGeometry | Begins drawing a spatial object. |
![]() |
EndFigure | Ends the current figure. |
![]() |
EndGeometry | Ends the current spatial object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LineTo | Draws a point in the specified coordinate. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Reset | Resets the pipeline. |
![]() |
SetCoordinateSystem | Sets the coordinate system. |
![]() |
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.