CIContext.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Create(IMTLCommandQueue, NSDictionary<NSString,NSObject>) | |
| Create(IMTLCommandQueue) | |
| Create() |
Creates a new CIContext with default options. |
Create(IMTLCommandQueue, NSDictionary<NSString,NSObject>)
[Foundation.Export("contextWithMTLCommandQueue:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIContext Create(Metal.IMTLCommandQueue commandQueue, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? options);
[<Foundation.Export("contextWithMTLCommandQueue:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLCommandQueue * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> CoreImage.CIContext
Parameters
- commandQueue
- IMTLCommandQueue
- options
- NSDictionary<NSString,NSObject>
Returns
- Attributes
Applies to
Create(IMTLCommandQueue)
[Foundation.Export("contextWithMTLCommandQueue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIContext Create(Metal.IMTLCommandQueue commandQueue);
[<Foundation.Export("contextWithMTLCommandQueue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLCommandQueue -> CoreImage.CIContext
Parameters
- commandQueue
- IMTLCommandQueue
Returns
- Attributes
Applies to
Create()
Creates a new CIContext with default options.
[Foundation.Export("context")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIContext Create();
[<Foundation.Export("context")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unit -> CoreImage.CIContext
Returns
- Attributes