macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

boundsRectForContentRect:inRect:textContainer:characterRange:

-(NSRect)boundsRectForContentRect:(NSRect)contentRect:
         inRect:(NSRect)rect:
         textContainer:(NSTextContainer *)textContainer:
         characterRange:(NSRange)charRange:

解説

padding,ボーダー、マージンを含んでいる領域のテキストが返される

返り値

( NSRect )

なし

引数

( NSRect )contentRect
( NSRect )rect
( NSTextContainer * )textContainer
( NSRange )charRange

フレームワーク

ApplicationKit

クラス

NSTextBlock

Instance Methods

使用可能

10.4

参照

-rectForLayoutAtPoint:inRect:textContainer:characterRange:

例文