共用方式為


NSLayoutManager.DrawGlyphs(NSRange, CGPoint) 方法

定義

繪製指定的圖像範圍。

[Foundation.Export("drawGlyphsForGlyphRange:atPoint:")]
public virtual void DrawGlyphs (Foundation.NSRange glyphsToShow, CoreGraphics.CGPoint origin);
abstract member DrawGlyphs : Foundation.NSRange * CoreGraphics.CGPoint -> unit
override this.DrawGlyphs : Foundation.NSRange * CoreGraphics.CGPoint -> unit

參數

glyphsToShow
NSRange
origin
CGPoint
屬性

備註

此方法會視需要產生字元和版面配置。

glyphsToShow 必須在單 NSTextContainer 一 內指定字元。

適用於