UIRegion.Contains(CGPoint) Method

Definition

true if the point is within, or on the border of, this UIRegion.

[Foundation.Export("containsPoint:")]
public virtual bool Contains (CoreGraphics.CGPoint point);
abstract member Contains : CoreGraphics.CGPoint -> bool
override this.Contains : CoreGraphics.CGPoint -> bool

Parameters

point
CGPoint

The location being asked about.

Returns

Attributes

Applies to