ET++: Stepping through the redraw of a changed ImageItem

This method draws the VObject by calling VObject::DrawInner().


void VObject::DrawAll(Rectangle r, bool highlight)
{
	if (IsOpen() && r.Clip(contentRect))
		DrawInner(r, (bool) (highlight || TestFlag(eVObjHighlight)));
}

Back to the top of the invalidate/redraw description

Back to the top of the ET++ pages