Method RaisePaintClipped
RaisePaintClipped(AbstractControl?, Graphics, PointD, bool)
Calls RaisePaintRecursive(AbstractControl?, Graphics, PointD) inside changed clip rectangle.
public static void RaisePaintClipped(AbstractControl? control, Graphics dc, PointD origin, bool isClipped = true)Parameters
- controlAbstractControl
- Control template. 
- dcGraphics
- Canvas where to draw the template. 
- originPointD
- Value on which to translate the top-left corner of the control. 
- isClippedbool
- Whether to clip painting.