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) |
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
PixelFormat of this and source images should be equal
Licensing: Requires ClearImage Tools license
Licensing: Requires ClearImage Tools license
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