Click or drag to resize

CropCommandPerformActualCommand4Bit 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.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: Boolean
See Also