次の方法で共有


CIContextOptions コンストラクター

定義

オーバーロード

CIContextOptions()

CIContext レンダリング用の空のオプション セットを作成します。

CIContextOptions(NSDictionary)

で指定されたオプションを使用して、新しい CIContextOptions オブジェクトを dictionary構築します。

CIContextOptions()

CIContext レンダリング用の空のオプション セットを作成します。

public CIContextOptions ();

適用対象

CIContextOptions(NSDictionary)

で指定されたオプションを使用して、新しい CIContextOptions オブジェクトを dictionary構築します。

public CIContextOptions (Foundation.NSDictionary dictionary);
new CoreImage.CIContextOptions : Foundation.NSDictionary -> CoreImage.CIContextOptions

パラメーター

dictionary
NSDictionary

適用対象