Method InvokePaint
InvokePaint(Graphics, RectD, RectD)
Calls paint event with the specified rectangles.
public void InvokePaint(Graphics dc, RectD clipRect, RectD clientRect)
Parameters
dcGraphicsDrawing context.
clipRectRectDThe invalidated rectangle.
clientRectRectDThe client rectangle.
InvokePaint(Graphics, RectD)
Calls paint event with the specified rectangle.
public void InvokePaint(Graphics dc, RectD clientRect)