[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.LineJoin

LineJoin Enum

Represents the join style of the pen.

Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public enum LineJoin

Fields

Name Description
Bevel

Joins are beveled.

Miter

Joins are mitered when they are within the current limit set by the SetMiterLimit function. If it exceeds this limit, the join is beveled.

Round

Joins are round.