[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.PenLineCap

Enum PenLineCap

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Describes the shape at the end of a line or segment.

public enum PenLineCap

Fields

Flat = 0

A cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines.

Round = 1

A semicircle that has a diameter equal to the line thickness.

Square = 2

Half of a square that has a length equal to the line thickness.