指定の領域を描画します。
-(void)drawTextInRect:(CGRect)rect
解説
rectで指定した領域を描画します。
返り値
( void )
引数
( CGRect )rect
描画する領域
フレームワーク
UIKit
クラス
UILabel
Instance Methods
使用可能
iPhone2.0
-(void)drawTextInRect:(CGRect)rect
rectで指定した領域を描画します。
( void )
( CGRect )rect
描画する領域
UIKit
UILabel
iPhone2.0