Method procedure VLCombine.TVLCombine.ProcessBitmap(TBitmap;TBitmap;TBitmap)
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLCombine
Contents |
Syntax
Delphi:
procedure ProcessBitmap( InBitmap1 : TBitmap, InBitmap2 : TBitmap, OutBitmap : TBitmap );
C++ Builder:
void __fastcall ProcessBitmap( TBitmap InBitmap1, TBitmap InBitmap2, TBitmap OutBitmap );
Visual C++ (MFC):
void ProcessBitmap( HBITMAP InBitmap1, HBITMAP InBitmap2, HBITMAP OutBitmap );
Summary
Performs a combine operation over bitmaps.
Description
Call this method to perform a combine operation over bitmaps.
Parameters
Parameter | Description |
---|---|
InBitmap1 | Input bitmap 1. |
InBitmap2 | Input bitmap 2. |
OutBitmap | Output bitmap. |