Execute the first pass through the pixels in the image

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

Syntax

C#
protected virtual void FirstPass(
	BitmapData sourceData,
	int width,
	int height
)
Visual Basic
Protected Overridable Sub FirstPass ( 
	sourceData As BitmapData,
	width As Integer,
	height As Integer
)

Parameters

sourceData
Type: System.Drawing.Imaging..::..BitmapData
The source data
width
Type: System..::..Int32
The width in pixels of the image
height
Type: System..::..Int32
The height in pixels of the image

See Also