ImageUpdateSync::UpdateImage

ImageUpdateSync::UpdateImage
virtual void UpdateImage(ImageUpdate* pupdate) = 0;
Description

UpdateImage queues up a custom image update, which is AddRefed internally. ImageUpdate::HandleUpdate function will be executed when the update takes place.

Parameters
Parameters 
Description 
ImageUpdate* pupdate 
Pointer to ImageUpdate for image updates.