ClearImageNet Send comments on this topic.
ImageEditor Constructor(Bitmap)
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class > ImageEditor Constructor : ImageEditor Constructor(Bitmap)




bmp
Bitmap object to be edited
Creates ImageEditor object and assigns Bitmap property

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal bmp As Bitmap _
)
Visual Basic (Usage)Copy Code
Dim bmp As Bitmap
 
Dim instance As ImageEditor(bmp)
C# 
public ImageEditor( 
   Bitmap bmp
)
Managed Extensions for C++ 
public: ImageEditor( 
   Bitmap bmp
)
C++/CLI 
public:
ImageEditor( 
   Bitmap bmp
)

Parameters

bmp
Bitmap object to be edited

Remarks

Assigns value to Bitmap property to start processing

See Also

Generated from assembly ClearImageNet [5.7.1.0]