Enum LineJoin

LineJoin enumeration

The line join. Specifies the appearance of line joins.

public enum LineJoin

Values

NameValueDescription
Miter0The miter. Indicates that the region to be filled includes the intersection of the strokes projected to infinity, and then clipped at a specific distance. The intersection of the strokes is clipped at a line perpendicular to the bisector of the angle between the strokes, at the distance equal to the stroke miter limit value multiplied by half the stroke thickness value.
Bevel1The bevel. Indicates that the outer corner of the joined lines should be filled by enclosing the triangular region of the corner with a straight line between the outer corners of each stroke.
Round2The round. Indicates that the outer corner of the joined lines should be filled by enclosing the rounded region with its center point at the point of intersection between the two lines and a radius of one-half the stroke thickness value.

See Also