| Home 目次>ApplicationKit>NSImage | |
imageUnfilteredPasteboardTypes
画像のフィルタリングしていないペーストボードタイプの配列を返します
+(NSArray *) imageUnfilteredPasteboardTypes
【返り値】 | |
| NSArray * | ファイルタイプの配列 |
【解説】
画像のフィルタリングしていないペーストボードタイプの配列を返します。
【例文】
#import "SetImage.h"
@implementation SetImage
- (IBAction)set:(id)sender
{
NSLog([[NSImage imageUnfilteredPasteboardTypes] description]);
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSImage | 修正日2006.12.26 |