Click or drag to resize
ImageEditor Constructor
Creates a new instance of the ImageEditor class with the specified image

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ImageEditor(
	Bitmap img
)

Parameters

img
Type: System.DrawingBitmap
An image that will be changed by the editor functions
See Also