Image::Update

Image::Update
virtual bool Update();
virtual bool Update(ImageUpdate* pupdate);
virtual bool Update(ImageUpdate* pupdate);
virtual bool Update(ImageUpdate* pupdate);
Description

Update queues up either a full update or custom image update for the image, which is to be executed on the rendering thread. Decode will be called on the rendering thread when update takes place.

Parameters
Parameters 
Description 
ImageUpdate* pupdate 
Custom image update to be performed on the image. 
ImageUpdate* pupdate 
Custom image update to be performed on the image. 
ImageUpdate* pupdate 
Custom image update to be performed on the image. 
Return Value

True if updated, false otherwise.