CIContextOptions 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CIContextOptions() |
为 CIContext 呈现创建一组空选项。 |
CIContextOptions(NSDictionary) |
使用 中指定的 |
CIContextOptions()
为 CIContext 呈现创建一组空选项。
public CIContextOptions ();
适用于
CIContextOptions(NSDictionary)
使用 中指定的dictionary
选项构造一个新的 CIContextOptions 对象。
public CIContextOptions (Foundation.NSDictionary dictionary);
new CoreImage.CIContextOptions : Foundation.NSDictionary -> CoreImage.CIContextOptions
参数
- dictionary
- NSDictionary