Table of Contents

Enum PenBrushDrawingOrder

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

public enum PenBrushDrawingOrder

Fields

BrushFirst = 0

The fill brush will draw first.

PenFirst = 1

The outline pen will draw first.

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.