virtual bool Update(); virtual bool Update(ImageUpdate* pupdate); virtual bool Update(ImageUpdate* pupdate); virtual bool Update(ImageUpdate* pupdate);
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 |
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. |
True if updated, false otherwise.