Share via


NSLayoutManager.SetLocation(CGPoint, NSRange) Method

Definition

Sets the location for the first glyph in forStartOfGlyphRange.

[Foundation.Export("setLocation:forStartOfGlyphRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLocation(CoreGraphics.CGPoint location, Foundation.NSRange forStartOfGlyphRange);
[<Foundation.Export("setLocation:forStartOfGlyphRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetLocation : CoreGraphics.CGPoint * Foundation.NSRange -> unit
override this.SetLocation : CoreGraphics.CGPoint * Foundation.NSRange -> unit

Parameters

location
CGPoint
forStartOfGlyphRange
NSRange
Attributes

Applies to