|
|
|
The line join style specifies the shape to be used at the
corners of stroked paths. |
|
|
|
|
|
|
|
System.Object
System.ValueType
System.Enum
WebSupergoo.ImageGlue8.LineJoin
|
|
|
|
|
|
|
System.IComparable
System.IFormattable
System.IConvertible
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Field
|
|
Description
|
|
|
|
|
|
|
|
Bevel
|
|
Bevel join. The two segments are finished with butt caps and
the resulting notch beyond the ends of the segments is filled with
a triangle. |
|
|
|
|
|
|
|
Miter
|
|
Miter join. The outer edges of the strokes for the two segments
are extended until they meet at an angle. If the segments meet at
too sharp an angle, a bevel join is used instead. |
|
|
|
|
|
|
|
MiterClipped
|
|
Clipped miter. This is the same as Miter. |
|
|
|
|
|
|
|
Round
|
|
Round join. An arc of a circle with a diameter equal to the
line width is drawn around the point where the two segments meet,
connecting the outer edges of the strokes for the two segments.
This pie slice shaped figure is filled in, producing a rounded
corner. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|