ImageTile

open class ImageTile

Constructors

ImageTile
Link copied to clipboard
open fun ImageTile(file: ImageSource)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
draw
Link copied to clipboard
open fun draw(canvas: Canvas, rect: RectF, chunkRect: RectF, paint: Paint)
open fun draw(canvas: Canvas, tileRect: RectF, mode: FrameTileMode, horizontal: Boolean, chunkRect: RectF, paint: Paint)
size
Link copied to clipboard
open fun size(): ImageSize
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Creator<ImageTile>