VectorDecoder

Created by svennahler on 12.01.17.

abstract class VectorDecoder

Constructors

VectorDecoder
Link copied to clipboard
open fun VectorDecoder(resources: Resources, resourceId: Int)
VectorDecoder
Link copied to clipboard
open fun VectorDecoder(resources: Resources, uri: Uri)

Functions

getBitmap
Link copied to clipboard
open fun getBitmap(bounds: MultiRect, sampleSize: Int): Bitmap
open fun getBitmap(bounds: RectF, region: RectF): Bitmap
open fun getBitmap(slice: MultiRect, sampleSize: Int, state: DrawableState): Bitmap
open fun getBitmap(boundsWidth: Int, boundsHeight: Int, fitIntoBounds: Boolean, state: DrawableState): Bitmap
isVector
Link copied to clipboard
open fun isVector(): Boolean