Interface com.sekati.display.IBitmapImageClip

Description

Interface describing CoreClip which is the core UI building block class for all subclasses to extend instead of BaseClip.

Method Index

load(), unload()

Inherited from IBaseClip

Inherited from CoreInterface

Method Detail

load

function load(uri:String, isSmoothed:Boolean, onInit:Function, onProgress:Function, onError:Function):Void

load an image into the BitmapImageClip tmp container.

unload

function unload():Void

Unload the img, bmp objects from the ImageClip