OverlayCommandPerformActualCommand Method |
Performs the actual command.
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 override AtalaImage PerformActualCommand(
AtalaImage bottomImage,
AtalaImage dest,
Rectangle area,
ref ImageResults results
)
Protected Overrides Function PerformActualCommand (
bottomImage As AtalaImage,
dest As AtalaImage,
area As Rectangle,
ByRef results As ImageResults
) As AtalaImage
Parameters
- bottomImage
- Type: Atalasoft.ImagingAtalaImage
The bottom image. - dest
- Type: Atalasoft.ImagingAtalaImage
The dest. - area
- Type: System.DrawingRectangle
The area. - results
- Type: Atalasoft.Imaging.ImageProcessingImageResults
The results.
Return Value
Type:
AtalaImageSee Also