IThreadableCommandPerformSectionCommand Method |
Performs the command on a specified section of the image.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax void PerformSectionCommand(
AtalaImage source,
Rectangle sourceBounds,
AtalaImage dest,
Rectangle destBounds
)
Sub PerformSectionCommand (
source As AtalaImage,
sourceBounds As Rectangle,
dest As AtalaImage,
destBounds As Rectangle
)
Parameters
- source
- Type: Atalasoft.ImagingAtalaImage
The source image. - sourceBounds
- Type: System.DrawingRectangle
The source rectangular boundary. - dest
- Type: Atalasoft.ImagingAtalaImage
The destination image. - destBounds
- Type: System.DrawingRectangle
The destination image boundary.
Remarks This is used internally by each thread to perform its portion of the work for the particular
IThreadableCommand.
See Also