Share via


NSTouch_NSTouchBar.GetLocation(NSTouch, NSView) Method

Definition

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

Parameters

This
NSTouch

The instance on which this method operates.

view
NSView

Returns

Attributes

Applies to