CIContextOptions 构造函数

定义

重载

CIContextOptions()

为 CIContext 呈现创建一组空选项。

CIContextOptions(NSDictionary)

使用 中指定的dictionary选项构造一个新的 CIContextOptions 对象。

CIContextOptions()

为 CIContext 呈现创建一组空选项。

public CIContextOptions ();

适用于

CIContextOptions(NSDictionary)

使用 中指定的dictionary选项构造一个新的 CIContextOptions 对象。

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

参数

dictionary
NSDictionary

适用于