NSTouch_NSTouchBar.GetLocation(NSTouch, 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("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