LineCapStyle Enumeration

Represents the possible styles for the ends of open figures.
See the Examples section of the Pen class for image examples.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
public enum LineCapStyle

Members

Flat0 Represents a flat line cap. This produces a square line cap that does not extend past the end of the line.
Square1 Represents a square line cap. The only difference from Flat is that the Flat style has the originally specified length, whereas the Square style extends the line by half of the Pen width.
Round2 Represents a round line cap.
Triangle3 Represents a triangle line cap.

See Also