ProcessingStandardProcessingImg Method (ProcessingStandardProcessingFunctionImg)

CVB.Net Documentation
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Image StandardProcessingImg(
	ProcessingStandardProcessingFunctionImg fn
)

Parameters

fn
Type: Stemmer.Cvb.Runtime.InteropServicesProcessingStandardProcessingFunctionImg
function to be called

Return Value

Type: Image
image created by the fn call
See Also

Reference