NSLayoutManager.Strikethrough Method

Definition

Draws a strikethrough through the glyphs at .

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

Parameters

glyphRange
NSRange
strikethroughVal
NSUnderlineStyle
lineRect
CGRect
lineGlyphRange
NSRange
containerOrigin
CGPoint
Attributes

Applies to