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
)
Protected Function PerformActualCommand4Bit (
source As AtalaImage,
dest As AtalaImage,
imageArea As Rectangle,
ByRef results As ImageResults
) As Boolean
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:
BooleanSee Also