SKRegion.SetRect(SKRectI) Method

Definition

Set this region to the specified rectangle.

public bool SetRect (SkiaSharp.SKRectI rect);

Parameters

rect
SKRectI

The replacement rectangle.

Returns

Returns true if the resulting region is non-empty.

Applies to