GdkJoinStyle

Determines how the joins between segments of a polygon are drawn. GDK_JOIN_MITER the sides of each line are extended to meet at an angle. GDK_JOIN_ROUND the sides of the two lines are joined by a circular arc. GDK_JOIN_BEVEL the sides of the two lines are joined by a straight line which makes an equal angle with each line.

Values

ValueMeaning
MITER
ROUND
BEVEL

Meta