NSLayoutManager.Underline Method

Definition

Underlines the glyphs in .

[Foundation.Export("underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:")]
public virtual void Underline (Foundation.NSRange glyphRange, Foundation.NSUnderlineStyle underlineVal, CoreGraphics.CGRect lineRect, Foundation.NSRange lineGlyphRange, CoreGraphics.CGPoint containerOrigin);
abstract member Underline : Foundation.NSRange * Foundation.NSUnderlineStyle * CoreGraphics.CGRect * Foundation.NSRange * CoreGraphics.CGPoint -> unit
override this.Underline : Foundation.NSRange * Foundation.NSUnderlineStyle * CoreGraphics.CGRect * Foundation.NSRange * CoreGraphics.CGPoint -> unit

Parameters

glyphRange
NSRange
underlineVal
NSUnderlineStyle
lineRect
CGRect
lineGlyphRange
NSRange
containerOrigin
CGPoint
Attributes

Applies to