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:")]
public virtual nint AddTrackingRect (CoreGraphics.CGRect aRect, Foundation.NSObject anObject, IntPtr data, bool assumeInside);
abstract member AddTrackingRect : CoreGraphics.CGRect * Foundation.NSObject * nativeint * bool -> nint
override this.AddTrackingRect : CoreGraphics.CGRect * Foundation.NSObject * nativeint * bool -> nint
Parameters
- aRect
- CGRect
- anObject
- NSObject
- data
-
IntPtr
nativeint
- assumeInside
- Boolean
Returns
System.System.IntPtr
System.nativeint
- Attributes