Table of Contents

Method ClipRect

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

ClipRect(RectD, bool)

Clips the canvas to the specified rectangle.

public override void ClipRect(RectD rect, bool antialiasing = false)

Parameters

rect RectD

The rectangle to clip to.

antialiasing bool

Whether to apply anti-aliasing to the clip edge.