Click or drag to resize

CropCommand.PerformActualCommand4Bit Method

Performs the actual command4 bit.

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

Parameters

source
Type: Atalasoft.Imaging.AtalaImage
The source.
dest
Type: Atalasoft.Imaging.AtalaImage
The dest.
imageArea
Type: System.Drawing.Rectangle
The image area.
results
Type: Atalasoft.Imaging.ImageProcessing.ImageResults
The results.

Return Value

Type: Boolean
See Also