BitmapVector

constructor(shape: BoundsDrawable, bounds: Rectangle = shape.bounds, scale: Double = 1.0, rasterizerMethod: ShapeRasterizerMethod = ShapeRasterizerMethod.X4, antialiasing: Boolean = true, width: Int = (bounds.width * scale).toInt(), height: Int = (bounds.height * scale).toInt(), premultiplied: Boolean, native: Boolean = true)