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
controlAbstractControlControl template.
dcGraphicsCanvas where to draw the template.
originPointDValue on which to translate the top-left corner of the control.
isClippedboolWhether to clip painting.