Event arguments for ImageFormatter which creates a formatted image from the passed image (Resizes the original image and converts it to a specified image type).

Namespace: MonoSoftware.Core.Drawing
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public class ImageFormatterEventArgs : EventArgs, 
	IDisposable
Visual Basic
Public Class ImageFormatterEventArgs
	Inherits EventArgs
	Implements IDisposable
Visual C++
public ref class ImageFormatterEventArgs : public EventArgs, 
	IDisposable
F#
type ImageFormatterEventArgs =  
    class
        inherit EventArgs
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    MonoSoftware.Core.Drawing..::..ImageFormatterEventArgs

See Also