Share via


NSRulerMarkerClientViewDelegation.RulerViewLocation Method

Definition

[Foundation.Export("rulerView:locationForPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat RulerViewLocation(this AppKit.NSView This, AppKit.NSRulerView ruler, CoreGraphics.CGPoint locationForPoint);
[<Foundation.Export("rulerView:locationForPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RulerViewLocation : AppKit.NSView * AppKit.NSRulerView * CoreGraphics.CGPoint -> System.Runtime.InteropServices.NFloat

Parameters

This
NSView

The instance on which this method operates.

ruler
NSRulerView
locationForPoint
CGPoint

Returns

Attributes

Applies to