Click or drag to resize

PixelFormatChangeEventHandler Delegate

Handles operations that require the PixelFormat of an image to change.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void PixelFormatChangeEventHandler(
	Object sender,
	PixelFormatChangeEventArgs e
)

Parameters

sender
Type: SystemObject
The object raising the event.
e
Type: Atalasoft.ImagingPixelFormatChangeEventArgs
The PixelFormatChangeEventArgs for this event.
See Also