NSLayoutManager.SetLineFragmentRect(CGRect, NSRange, CGRect) 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.
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