ET++: Stepping through the redraw of a changed ImageItem
This method draws the changed ImageItem, completing Stage 2, the redraw stage.
void ImageItem::Draw(Rectangle)
{
GrPaintBitMap(contentRect, bmp, Enabled() ? ePatBlack
: gLook->DisableInk());
}
Back to the top of the invalidate/redraw description
Back to the top of the ET++ pages