beginPageInRect:atPlacement:
調査中
-(void)beginPageInRect:(NSRect)aRect: atPlacement:(NSPoint)location:
解説
調査中
ページを始めるときに呼ぶ。レシーバのバウンズをシステムに合わせるとき
オーバーライドするときは、スーパークラスを呼び出さないといけません。
返り値
( void )
なし
引数
( NSRect )aRect
範囲
( NSPoint )location
位置
フレームワーク
ApplicationKit
クラス
NSView
Instance Methods
使用可能
10.1
参照
例文
-(void)beginPageInRect:(NSRect)aRect atPlacement:(NSPoint)location{ // [super beginPageInRect:aRect atPlacement:location]; }