Skip to content

PenBrushDrawingOrder

Namespace: ThinkGeo.Core

This enumeration determines whether the brush or the pen draws first.

public enum PenBrushDrawingOrder

Inheritance ObjectValueTypeEnumPenBrushDrawingOrder
Implements IComparable, IFormattable, IConvertible

Remarks:

This controls if the outline pen or the fill brush will draw first. The difference in drawing is subtle, but noticeable. If you draw the outline first and then the brush, the brush fill will slightly bleed into the outline and make the outline appear thinner. If you draw the brush first, then the pen will display its normal outline width.

Fields

Name Value Description
BrushFirst 0 The fill brush will draw first.
PenFirst 1 The outline pen will draw first.