| Home 目次>ApplicationKit>NSGraphicsContext | |
attributes
レシーバーの属性を返します
-(NSDictionary *) attributes
【返り値】 | |
| NSDictionary * | 辞書 |
【解説】
レシーバーの属性を返します。
【例文】
#import "Controller.h"
@implementation Controller
- ( IBAction )pushButton:( id )sender
{
NSLog([[[NSGraphicsContext graphicsContextWithWindow:[sender window] ] attributes ] description]);
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSGraphicsContext | 修正日2006.12.26 |