Click or drag to resize

InvertCommandInternalActualCommand Method

Internals the actual command.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected AtalaImage InternalActualCommand(
	AtalaImage source,
	AtalaImage dest,
	Rectangle imageArea,
	ref ImageResults results
)

Parameters

source
Type: Atalasoft.ImagingAtalaImage
The source.
dest
Type: Atalasoft.ImagingAtalaImage
The dest.
imageArea
Type: System.DrawingRectangle
The image area.
results
Type: Atalasoft.Imaging.ImageProcessingImageResults
The results.

Return Value

Type: AtalaImage
Exceptions
ExceptionCondition
ArgumentNullExceptionsource
ArgumentExceptioninternal error - invalid pixel format slipped by InvertCommand
See Also