NSCell.ContinueTracking(CGPoint, CGPoint, NSView) 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("continueTracking:at:inView:")]
public virtual bool ContinueTracking (CoreGraphics.CGPoint lastPoint, CoreGraphics.CGPoint currentPoint, AppKit.NSView inView);
abstract member ContinueTracking : CoreGraphics.CGPoint * CoreGraphics.CGPoint * AppKit.NSView -> bool
override this.ContinueTracking : CoreGraphics.CGPoint * CoreGraphics.CGPoint * AppKit.NSView -> bool
Parameters
- lastPoint
- CGPoint
- currentPoint
- CGPoint
- inView
- NSView
Returns
- Attributes