You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. BrushCopy method |
Top Previous Next |
Declaration procedure BrushCopy(const Dest: TRect; Bitmap: TBitmap; const Source: TRect; Color: TColor);
Category
Description Copies a portion of Bitmap specified by the rectangle Source to the printer canvas. Color of Bitmap is replaced by the brush color of the destination canvas. The rectangle Dest defines the region to copy the bitmap to.
See also TBaseReport Class, CreateRect, TColor, TRect
Example (Delphi) RvNDRWriter1.BrushCopy(DestRect, UserBMP, SrcRect, clBlack);
Example (C++Builder) RvNDRWriter1->BrushCopy(DestRect, UserBMP, SrcRect, clBlack); |
You are reading help file online using chmlib.com
|