PolylineShape
data class PolylineShape(val path: VectorPath, val clip: VectorPath?, val paint: Paint, val transform: Matrix, val strokeInfo: StrokeInfo, val globalAlpha: Double = 1.0) : StyledShape
Constructors
Link copied to clipboard
constructor(path: VectorPath, clip: VectorPath?, paint: Paint, transform: Matrix, strokeInfo: StrokeInfo, globalAlpha: Double = 1.0)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun BoundsDrawable.renderWithHotspot(scale: Double? = null, fit: Size? = null, native: Boolean = true): BitmapWithHotspot<Bitmap>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Shape.toNinePatchFromGuides(guideColor: RGBA = Colors.FUCHSIA, optimizeShape: Boolean = true): NinePatchShape
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard