Class TVMRBitmap
Unit
DSPack
Declaration
type TVMRBitmap = class
Description
Methods
Overview
Description
Contructor, set the video Window where the bitmat must be paint.
 |
destructor Destroy; override; |
Cleanup
 |
procedure Draw; |
Draw the bitmap to the Video Window.
 |
procedure DrawTo(Left, Top, Right, Bottom, Alpha: Single; doUpdate: boolean = false); |
Draw the bitmap on a particular position.
 |
procedure LoadBitmap(Bitmap: TBitmap); |
Load a Bitmap from a TBitmap class.
 |
procedure LoadEmptyBitmap(Width, Height: Integer; PixelFormat: TPixelFormat; Color: TColor); |
Initialize with an empty bitmap.
 |
procedure Update; |
update the video window with the current bitmap
Properties
Overview
Description
 |
property Alpha: Single; |
Change Alpha Blending
 |
property Canvas: TCanvas; |
Uses this property to draw on the internal bitmap.
 |
property ColorKey: COLORREF; |
Set the color key for transparency.
 |
property Dest: TVMR9NormalizedRect; |
Destination
 |
property DestBottom: Single; |
Destination Bottom
 |
property DestLeft: Single; |
Destination Left
 |
property DestRight: Single; |
Destination Right
 |
property DestTop: Single; |
Destination Top
 |
property Options: TVMRBitmapOptions; |
VMR Bitmap Options.
 |
property Source: TRect; |
set the source rectangle
Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07