Edit

Share via


NSLayoutManager.SetLocation(CGPoint, NSRange) Method

Definition

Sets the <param name="location" /> for the first glyph in <param name="glyphRange" />.

[Foundation.Export("setLocation:forStartOfGlyphRange:")]
public virtual void SetLocation(CoreGraphics.CGPoint location, Foundation.NSRange glyphRange);
abstract member SetLocation : CoreGraphics.CGPoint * Foundation.NSRange -> unit
override this.SetLocation : CoreGraphics.CGPoint * Foundation.NSRange -> unit

Parameters

location
CGPoint
glyphRange
NSRange
Attributes

Applies to