CIImageProcessorKernel.Process 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
.
[Foundation.Export("processWithInputs:arguments:output:error:")]
public static bool Process (CoreImage.ICIImageProcessorInput[] inputs, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> arguments, CoreImage.ICIImageProcessorOutput output, out Foundation.NSError error);
static member Process : CoreImage.ICIImageProcessorInput[] * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * CoreImage.ICIImageProcessorOutput * -> bool
Parameters
- arguments
- NSDictionary<NSString,NSObject>
Additional arguments for the processing.
This parameter can be null
.
- output
- ICIImageProcessorOutput
The results of the processing
Returns
true
if the processing completed successfuly.
- Attributes