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
control
AbstractControlControl template.
dc
GraphicsCanvas where to draw the template.
origin
PointDValue on which to translate the top-left corner of the control.
isClipped
boolWhether to clip painting.