Click or drag to resize

AdjustHslCommand.AdjustBands Method

Sets the image area which will be processed and also defines the bands or chunks of the image of which each will be sent to a separate thread for processing.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Rectangle[] AdjustBands(
	Rectangle bounds,
	Rectangle[] bands
)

Parameters

bounds
Type: System.Drawing.Rectangle
The area of the image which processing will be restricted to.
bands
Type:System.Drawing.Rectangle[]
An array of Rectangles which represent the desired bands.

Return Value

Type:Rectangle[]
An array of Rectangles which represent the bands that will actually be used.

Implements

IThreadableCommand.AdjustBands(Rectangle,Rectangle[])
See Also