StrokeJoin


Styles to use for line joins.

This only affects line joins for polygons drawn by Canvas.drawPath and rectangles, not points drawn as lines with Canvas.drawPoints. See Paint.strokeJoin.

Summary

Public companion properties

StrokeJoin

Joins between line segments connect the corners of the butt ends of the line segments to give a beveled appearance.

Cmn
StrokeJoin

Joins between line segments form sharp corners.

Cmn
StrokeJoin

Joins between line segments are semi-circular.

Cmn

Public functions

open String
Cmn

Public companion properties

Bevel

val BevelStrokeJoin

Joins between line segments connect the corners of the butt ends of the line segments to give a beveled appearance.

Miter

val MiterStrokeJoin

Joins between line segments form sharp corners.

Round

val RoundStrokeJoin

Joins between line segments are semi-circular.

Public functions

toString

open fun toString(): String