SKRoundRect.Contains(SKRect) Method

Definition

Determines whether the specified rectangle is wholly contained within the rounded rectangle.

public bool Contains (SkiaSharp.SKRect rect);

Parameters

rect
SKRect

The rectangle.

Returns

Returns true if the specified rectangle is inside the rounded rectangle, otherwise false.

Applies to