Creates a new instance of the ImageEditor class with the specified image
            
         
        Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic ImageEditor(
	Bitmap img
)
Public Sub New ( 
	img As Bitmap
)
public:
ImageEditor(
	Bitmap^ img
)
new : 
        img : Bitmap -> ImageEditorParameters
- img
- Type: System.DrawingBitmap
 An image that will be changed by the editor functions
 See Also
See Also