StrokeLineJoin enumeration

StrokeLineJoin enumeration

Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.

The StrokeLineJoin type exposes the following members:

Fields

FieldDescription
MITERA sharp corner is used to join path segments.
MITER_CLIPSimilar to ‘miter’, but if the join would extend beyond a limit, it is clipped.
ROUNDA rounded corner is used to join path segments.
BEVELA beveled corner is used to join path segments.
ARCSThe corner is joined by arcs.

See Also