DocumentDespeckleCommandInternalActualCommand Method |
Does the actual work of the image processing command.
Namespace:
Atalasoft.Imaging.ImageProcessing.Document
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
)
Protected Function InternalActualCommand (
source As AtalaImage,
dest As AtalaImage,
imageArea As Rectangle
) As AtalaImage
Parameters
- source
- Type: Atalasoft.ImagingAtalaImage
The source image for processing. This may be different from the original image. - dest
- Type: Atalasoft.ImagingAtalaImage
The destination image. - imageArea
- Type: System.DrawingRectangle
An area of the source image to process. When the destination image is non-null, it will
always be the same size as imageArea. ImageArea only differs in size from the source image when the command is a
subclass of ImageRegionCommand and when there is a region of interest.
Return Value
Type:
AtalaImage Null (Nothing in VB).
See Also