GeoBrush¶
Namespace: ThinkGeo.Core
Defines objects used to fill the interiors of AreaBaseShapes, such as MultiPolygonShape, PolygonShape, EllipseShape, and other AreaBaseShapes.
public abstract class GeoBrush
Remarks:
This is an abstract base class and cannot be instantiated. To create a GeoBrush object, use classes derived from GeoBrush, such as GeoSolidBrush.
Properties¶
Id¶
The id of the GeoBrush. This is always used as a key when in the cached brushes.
public long Id { get; }