CIContext_CIRenderDestination.StartTaskToRender 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 |
|---|---|
| StartTaskToRender(CIContext, CIImage, CIRenderDestination, NSError) | |
| StartTaskToRender(CIContext, CIImage, CGRect, CIRenderDestination, CGPoint, NSError) |
StartTaskToRender(CIContext, CIImage, CIRenderDestination, NSError)
[Foundation.Export("startTaskToRender:toDestination:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIRenderTask? StartTaskToRender(this CoreImage.CIContext This, CoreImage.CIImage image, CoreImage.CIRenderDestination destination, out Foundation.NSError? error);
[<Foundation.Export("startTaskToRender:toDestination:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member StartTaskToRender : CoreImage.CIContext * CoreImage.CIImage * CoreImage.CIRenderDestination * NSError -> CoreImage.CIRenderTask
Parameters
- This
- CIContext
The instance on which this method operates.
- image
- CIImage
- destination
- CIRenderDestination
Returns
- Attributes
Applies to
StartTaskToRender(CIContext, CIImage, CGRect, CIRenderDestination, CGPoint, NSError)
[Foundation.Export("startTaskToRender:fromRect:toDestination:atPoint:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIRenderTask? StartTaskToRender(this CoreImage.CIContext This, CoreImage.CIImage image, CoreGraphics.CGRect fromRect, CoreImage.CIRenderDestination destination, CoreGraphics.CGPoint atPoint, out Foundation.NSError? error);
[<Foundation.Export("startTaskToRender:fromRect:toDestination:atPoint:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member StartTaskToRender : CoreImage.CIContext * CoreImage.CIImage * CoreGraphics.CGRect * CoreImage.CIRenderDestination * CoreGraphics.CGPoint * NSError -> CoreImage.CIRenderTask
Parameters
- This
- CIContext
The instance on which this method operates.
- image
- CIImage
- fromRect
- CGRect
- destination
- CIRenderDestination
- atPoint
- CGPoint
Returns
- Attributes