ClearImageNet Send comments on this topic.
OrBitmap(Bitmap,Int32,Int32) Method
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class > OrBitmap Method : OrBitmap(Bitmap,Int32,Int32) Method




bmp
source Bitmap
left
x offset of the bitmap in respect to this image
top
y offset of the bitmap in respect to this image
OR the working image with the specified Bitmap image with offset

Syntax

Visual Basic (Declaration) 
Public Overloads Sub OrBitmap( _
   ByVal bmp As Bitmap, _
   ByVal left As Integer, _
   ByVal top As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim bmp As Bitmap
Dim left As Integer
Dim top As Integer
 
instance.OrBitmap(bmp, left, top)
C# 
public void OrBitmap( 
   Bitmap bmp,
   int left,
   int top
)
Managed Extensions for C++ 
public: void OrBitmap( 
   Bitmap bmp,
   int left,
   int top
) 
C++/CLI 
public:
void OrBitmap( 
   Bitmap bmp,
   int left,
   int top
) 

Parameters

bmp
source Bitmap
left
x offset of the bitmap in respect to this image
top
y offset of the bitmap in respect to this image

Remarks

PixelFormat of this and source images should be equal

Licensing: Requires ClearImage Tools license

See Also

Generated from assembly ClearImageNet [5.7.1.0]