Creates an .Net Bitmap (System.Drawing.Bitmap) object from current IEImage

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Bitmap CreateBitmap()
Public Function CreateBitmap As Bitmap
public:
Bitmap^ CreateBitmap()

Return Value

The created Bitmap object

See Also