NSLayoutManager.SetLineFragmentRect(CGRect, NSRange, CGRect) Method

Definition

Associated the line fragment with bounds with the glyphs in .

[Foundation.Export("setLineFragmentRect:forGlyphRange:usedRect:")]
public virtual void SetLineFragmentRect (CoreGraphics.CGRect fragmentRect, Foundation.NSRange glyphRange, CoreGraphics.CGRect usedRect);
abstract member SetLineFragmentRect : CoreGraphics.CGRect * Foundation.NSRange * CoreGraphics.CGRect -> unit
override this.SetLineFragmentRect : CoreGraphics.CGRect * Foundation.NSRange * CoreGraphics.CGRect -> unit

Parameters

fragmentRect
CGRect
glyphRange
NSRange
usedRect
CGRect
Attributes

Applies to