Share via


NSView.HitTest(CGPoint) Method

Definition

[Foundation.Export("hitTest:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSView? HitTest(CoreGraphics.CGPoint aPoint);
[<Foundation.Export("hitTest:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HitTest : CoreGraphics.CGPoint -> AppKit.NSView
override this.HitTest : CoreGraphics.CGPoint -> AppKit.NSView

Parameters

aPoint
CGPoint

Returns

Attributes

Applies to