Table of Contents

Method RaisePaintClipped

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 AbstractControl

Control template.

dc Graphics

Canvas where to draw the template.

origin PointD

Value on which to translate the top-left corner of the control.

isClipped bool

Whether to clip painting.