Execute a second pass through the bitmap

Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected virtual void SecondPass(
	BitmapData sourceData,
	Bitmap output,
	int width,
	int height,
	Rectangle bounds
)
Visual Basic
Protected Overridable Sub SecondPass ( 
	sourceData As BitmapData,
	output As Bitmap,
	width As Integer,
	height As Integer,
	bounds As Rectangle
)

Parameters

sourceData
Type: System.Drawing.Imaging..::..BitmapData
The source bitmap, locked into memory
output
Type: System.Drawing..::..Bitmap
The output bitmap
width
Type: System..::..Int32
The width in pixels of the image
height
Type: System..::..Int32
The height in pixels of the image
bounds
Type: System.Drawing..::..Rectangle
The bounding rectangle

See Also