Edit

Share via


SKRegion.SetRect(SKRectI) Method

Definition

Sets this region to the specified rectangle.

public bool SetRect(SkiaSharp.SKRectI rect);

Parameters

rect
SKRectI

The replacement rectangle.

Returns

true if the resulting region is non-empty.

Applies to