Share via


NSTouch_NSTouchBar.GetPreviousLocation(NSTouch, NSView) Method

Definition

[Foundation.Export("previousLocationInView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGPoint GetPreviousLocation(this AppKit.NSTouch This, AppKit.NSView? view);
[<Foundation.Export("previousLocationInView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPreviousLocation : AppKit.NSTouch * AppKit.NSView -> CoreGraphics.CGPoint

Parameters

This
NSTouch

The instance on which this method operates.

view
NSView

Returns

Attributes

Applies to