GeometryPipeline Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the pipeline of geometry.
public abstract class GeometryPipeline
type GeometryPipeline = class
Public MustInherit Class GeometryPipeline
- Inheritance
-
GeometryPipeline
Constructors
GeometryPipeline() |
Methods
BeginFigure(GeometryPosition) |
Begins drawing a figure. |
BeginGeometry(SpatialType) |
Begins drawing a spatial object. |
EndFigure() |
Ends the current figure. |
EndGeometry() |
Ends the current spatial object. |
LineTo(GeometryPosition) |
Draws a point in the specified coordinate. |
Reset() |
Resets the pipeline. |
SetCoordinateSystem(CoordinateSystem) |
Sets the coordinate system. |