CHMlib Logo
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


_bm0 Rave Reports Developer Reference

TBaseReport. CopyRect method

Top  Previous  Next

Declaration

procedure CopyRect(const Dest: TRect; Canvas: TCanvas; const Source: TRect);

 

Category

Graphics

 

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

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com