CIImageProcessorKernel.Apply 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.
Developers should override this method to perform custom processing on the inputs
in the extent
rectangle.
[Foundation.Export("applyWithExtent:inputs:arguments:error:")]
public static CoreImage.CIImage Apply (CoreGraphics.CGRect extent, CoreImage.CIImage[] inputs, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> args, out Foundation.NSError error);
static member Apply : CoreGraphics.CGRect * CoreImage.CIImage[] * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * -> CoreImage.CIImage
Parameters
- extent
- CGRect
The region to apply the custom processing.
- args
- NSDictionary<NSString,NSObject>
Additional arguments for the processing.
This parameter can be null
.
Returns
The image after custom processing.
- Attributes