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






bmp
source Bitmap
OR the working image with the specified Bitmap image

Syntax

Visual Basic (Declaration) 
Public Overloads Sub OrBitmap( _
   ByVal bmp As Bitmap _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim bmp As Bitmap
 
instance.OrBitmap(bmp)
C# 
public void OrBitmap( 
   Bitmap bmp
)
Delphi 
public procedure OrBitmap( 
    bmp: Bitmap
); 
JScript 
public function OrBitmap( 
   bmp : Bitmap
);
Managed Extensions for C++ 
public: void OrBitmap( 
   Bitmap* bmp
) 
C++/CLI 
public:
void OrBitmap( 
   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.