'Declaration
Public Function New( _ ByVal bmp As System.Drawing.Bitmap _ )
'Usage
Dim bmp As System.Drawing.Bitmap Dim instance As New ImageEditor(bmp)
public ImageEditor( System.Drawing.Bitmap bmp )
public ImageEditor( bmp: System.Drawing.Bitmap );
public function ImageEditor( bmp : System.Drawing.Bitmap );
public: ImageEditor( System.Drawing.Bitmap^ bmp )
Parameters
- bmp
- Bitmap object to be edited