UIRegion.Contains(CGPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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