Table of Contents

Class GeoBrush

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Defines objects used to fill the interiors of AreaBaseShapes, such as MultiPolygonShape, PolygonShape, EllipseShape, and other AreaBaseShapes.

public abstract class GeoBrush
Inheritance
GeoBrush
Derived
Inherited Members

Remarks

This is an abstract base class and cannot be instantiated. To create a GeoBrush object, use classes derived from GeoBrush, such as GeoSolidBrush.

Constructors

GeoBrush()

This is the constructor for the GeoBrush

protected GeoBrush()

Remarks

None

Properties

Id

The id of the GeoBrush. This is always used as a key when in the cached brushes.

public long Id { get; }

Property Value

long