Table of Contents

Method GetClippingBox

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

GetClippingBox()

Gets the rectangle surrounding the current clipping region. If no clipping region is set this function returns the extent of the device context.

public abstract RectD GetClippingBox()

Returns

RectD

RectD filled in with the logical coordinates of the clipping region on success, or Empty otherwise.