Edit

Share via


SKRegion.ContainsPoint(CGPoint) Method

Definition

Returns true if the region contains the specified point.

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

Parameters

point
CGPoint

Returns

Attributes

Applies to