UIView.HitTest(CGPoint, UIEvent) 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.
[Foundation.Export("hitTest:withEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView? HitTest(CoreGraphics.CGPoint point, UIKit.UIEvent? uievent);
[<Foundation.Export("hitTest:withEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HitTest : CoreGraphics.CGPoint * UIKit.UIEvent -> UIKit.UIView
override this.HitTest : CoreGraphics.CGPoint * UIKit.UIEvent -> UIKit.UIView
Parameters
- point
- CGPoint
- uievent
- UIEvent
Returns
- Attributes