Click or drag to resize

PixelFormatChangeEventArgs Constructor (PixelFormat, PixelFormat)

Initializes a new instance of the PixelFormatChangeEventArgs class specifying the current and new PixelFormat.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PixelFormatChangeEventArgs(
	PixelFormat currentPixelFormat,
	PixelFormat newPixelFormat
)

Parameters

currentPixelFormat
Type: Atalasoft.ImagingPixelFormat
The current PixelFormat.
newPixelFormat
Type: Atalasoft.ImagingPixelFormat
The new PixelFormat.
See Also