NSView.AddTrackingRect(CGRect, NSObject, IntPtr, Boolean) 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("addTrackingRect:owner:userData:assumeInside:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr AddTrackingRect(CoreGraphics.CGRect aRect, Foundation.NSObject anObject, IntPtr data, bool assumeInside);
[<Foundation.Export("addTrackingRect:owner:userData:assumeInside:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddTrackingRect : CoreGraphics.CGRect * Foundation.NSObject * nativeint * bool -> nativeint
override this.AddTrackingRect : CoreGraphics.CGRect * Foundation.NSObject * nativeint * bool -> nativeint
Parameters
- aRect
- CGRect
- anObject
- NSObject
- data
-
IntPtr
nativeint
- assumeInside
- Boolean
Returns
IntPtr
nativeint
- Attributes