共用方式為


NSLayoutManager.DrawStrikethrough 方法

定義

透過 中的字元繪製刪除線。

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

參數

glyphRange
NSRange

要通過的字元範圍。

strikethroughVal
NSUnderlineStyle

刪除線 (的繪圖樣式,例如虛線或實心) 。

baselineOffset
nfloat

在基準上方繪製刪除線的距離。

lineRect
CGRect

包含 的行片段矩形。

lineGlyphRange
NSRange

中的所有字元。

containerOrigin
CGPoint

包含 NSTextContainer 之 物件的原點。

屬性

備註

開發人員通常應該使用更簡單 Strikethrough(NSRange, NSUnderlineStyle, CGRect, NSRange, CGPoint) 的方法。

適用於