Instance Method インスタンスメソッド

boundingRect(with:options:)

Calculates and returns a bounding rectangle for the attributed string using the options specified within the specified rectangle in the current graphics context. 属性つき文字列に対する境界矩形をこの指定されたオプションを使ってこの指定された矩形の内部に現在のグラフィック文脈で計算して返します。

Declaration 宣言

func boundingRect(with size: NSSize, 
          options: NSString.DrawingOptions = []) -> NSRect

Parameters パラメータ

size

The size of the rectangle to draw in. その中に描画することになる矩形の大きさ。

options オプション

The string drawing options. 文字列描画オプション。 See NSString.DrawingOptions for the possible values.

Return Value 戻り値

The bounding rectangle in the current graphics context. 現在のグラフィック文脈での境界矩形。

Discussion 議論

The origin of the rectangle returned from this method is the first glyph origin. このメソッドから返される矩形の原点は、最初のグリフの原点です。

See Also 参照

Deprecated Instance Methods 非推奨インスタンス メソッド