Click or drag to resize

QuantizerSecondPass Method

Execute a second pass through the bitmap

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void SecondPass(
	BitmapData sourceData,
	Bitmap output,
	int width,
	int height,
	Rectangle bounds
)

Parameters

sourceData
Type: System.Drawing.ImagingBitmapData
The source bitmap, locked into memory
output
Type: System.DrawingBitmap
The output bitmap
width
Type: SystemInt32
The width in pixels of the image
height
Type: SystemInt32
The height in pixels of the image
bounds
Type: System.DrawingRectangle
The bounding rectangle
See Also