Graphics.TCanvas.CopyRect

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Graphics.pas

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


Unit: Graphics

Type: method

Visibility: public

Member Of: TCanvas

C++ Information

From Graphics.hpp

	void __fastcall CopyRect(const Types::TRect & Dest, Graphics::TCanvas * Canvas, const Types::TRect & Source);


Unit: Graphics

Type: method

Visibility: public

Member Of: TCanvas

Description

Copies part of an image from another canvas into the canvas.


Use CopyRect to transfer part of the image on another canvas to the image of the TCanvas object. Dest specifies the rectangle on the canvas where the source image will be copied. The Canvas parameter specifies the canvas with the source image. Source specifies a rectangle bounding the portion of the source canvas that will be copied.

The portion of the source canvas is copied using the mode specified by CopyMode.

See Also

Code Samples


Personal tools
Translations
Newest Version