NSLayoutManager.Strikethrough 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.
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