FillShape
data class FillShape(val path: VectorPath, val clip: VectorPath?, val paint: Paint, val transform: Matrix = Matrix.IDENTITY, val globalAlpha: Double = 1.0) : StyledShape
Constructors
Link copied to clipboard
constructor(path: VectorPath, clip: VectorPath?, paint: Paint, transform: Matrix = Matrix.IDENTITY, 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