You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. CopyRect method |
Top Previous Next |
Declaration procedure CopyRect(const Dest: TRect; Canvas: TCanvas; const Source: TRect);
Category
Description This method copies part of an image defined by the rectangle Source from another canvas to the area on the printer canvas defined by the rectangle Dest.
See also TBaseReport Class, CreateRect, TCanvas, TRect
Example (Delphi) RvNDRWriter1.CopyRect( DestRect, DestCanvas, SrcRect);
Example (C++Builder) RvNDRWriter1->CopyRect( DestRect, DestCanvas, SrcRect); |
You are reading help file online using chmlib.com
|