Share via


GeometryPipeline Class

Definition

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.

Applies to