Click or drag to resize
ImageHelperQuantizerSecondPass Method
Execute a second pass through the bitmap.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.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