Edit

SKRegion.QuickContains(SKRectI) Method

Definition

Quickly checks if the specified rectangle is completely inside the region.

public bool QuickContains(SkiaSharp.SKRectI rect);

Parameters

rect
SKRectI

The rectangle to check.

Returns

true if the rectangle is completely contained; otherwise, false.

Remarks

This is an optimized check that may return false even when the rectangle is contained, but never returns true if the rectangle is not contained.

Applies to