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

boundingRectWithSize: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 宣言

- (NSRect)boundingRectWithSize:(NSSize)size 
                       options:(NSStringDrawingOptions)options;

Parameters パラメータ

size

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

options オプション

The string drawing options. See NSStringDrawingOptions for the possible values. 文字列描画オプション。NSStringDrawingOptionsを可能なオプションとして見てください。

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 非推奨インスタンス メソッド