ClearImage 8 Help
ImageEditor Constructor(Bitmap)
See Also  Send Feedback
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 New ImageEditor(bmp)
C# 
public ImageEditor( 
   Bitmap bmp
)
Delphi 
public ImageEditor( 
    bmp: Bitmap
); 
JScript 
public function ImageEditor( 
   bmp : Bitmap
);
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.