ClearImage 8 Help
PasteBitmap(Bitmap) Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageEditor Class > PasteBitmap Method : PasteBitmap(Bitmap) Method






bmp
source Bitmap
Paste Bitmap image to this image

Syntax

Visual Basic (Declaration) 
Public Overloads Sub PasteBitmap( _
   ByVal bmp As Bitmap _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim bmp As Bitmap
 
instance.PasteBitmap(bmp)
C# 
public void PasteBitmap( 
   Bitmap bmp
)
Delphi 
public procedure PasteBitmap( 
    bmp: Bitmap
); 
JScript 
public function PasteBitmap( 
   bmp : Bitmap
);
Managed Extensions for C++ 
public: void PasteBitmap( 
   Bitmap* bmp
) 
C++/CLI 
public:
void PasteBitmap( 
   Bitmap^ bmp
) 

Parameters

bmp
source Bitmap

Remarks

PixelFormat of this and source images should be equal

Licensing: Requires ClearImage Tools license

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.