DrawableImage(bool transparent, ImageBase* originalData, DrawableImageContext* drawableContext = 0); DrawableImage(ImageFormat format, ImageSize size, bool transparent, Color fillColor, DrawableImageContext* drawableContext = 0);
DrawableImage constructor. This method initializes the drawable image with regular image.
Passed image provides original data
Parameters |
Description |
bool transparent |
Whether the BitmapData object was created with the 'transparent' flag. |
ImageBase* originalData |
Passed image provides original data. |
DrawableImageContext* drawableContext = 0 |
The DrawableImageContext (Movie-level object) for this DrawableImage. |
ImageFormat format |
Format of the DrawableImage data. |
ImageSize size |
Size of the DrawableImage. |
Color fillColor |
The fill color used in the drawable image. |