contextWithCGContext:options:
NSDictionaryのオプションを使ってCore Imageコンテキストを作ります
+(CIContext)contextWithCGContext:(CGContextRef)ctx:
options:(NSDictionary *)dict:
解説
NSDictionaryのオプションを使ってCore Imageコンテキストを作ります。
返り値
( CIContext )
なし
引数
( CGContextRef )ctx
( NSDictionary * )dict
フレームワーク
QuartzCore
クラス
CIContext
Class Methods
使用可能
10.4
参照
例文
CIContext* ciContext = [CIContext contextWithCGContext:(CGContextRef)[[NSGraphicsContext currentContext] graphicsPort] options:nil];