getLineStyle
open fun getLineStyle(color: Color, lineWidth: Float, stretchFactor: Float, lineJoinType: LineJoinType): LineStyle
Creates and returns LineStyle
Return
LineStyle
Parameters
color
color object
lineWidth
line width
stretchFactor
stretch factor
lineJoinType
line join type
open fun getLineStyle(bitmapIcon: Bitmap, lineWidth: Float, stretchFactor: Float, lineJoinType: LineJoinType): LineStyle
Creates and returns LineStyle
Return
LineStyle
Parameters
bitmapIcon
Bitmap for the icon
lineWidth
line width
stretchFactor
stretch factor
lineJoinType
line join type