SKCanvas.GetDeviceClipBounds(SKRectI) Method

Definition

Returns the bounds of the current clip (in device coordinates).

public bool GetDeviceClipBounds (out SkiaSharp.SKRectI bounds);

Parameters

bounds
SKRectI

The resulting clip bounds.

Returns

Returns true if the clip bounds are non-empty, otherwise false.

Applies to