Constructor.

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

Syntax

C#
public ImageFormatterEventArgs(
	Image image,
	int width,
	int height
)
Visual Basic
Public Sub New ( 
	image As Image,
	width As Integer,
	height As Integer
)
Visual C++
public:
ImageFormatterEventArgs(
	Image^ image, 
	int width, 
	int height
)
F#
new : 
        image : Image * 
        width : int * 
        height : int -> ImageFormatterEventArgs

Parameters

image
Type: System.Drawing..::..Image
Source image
width
Type: System..::..Int32
Width
height
Type: System..::..Int32
Height

See Also