RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.cmPatCopy Constant

TCopyMode value : copies the source pattern to the canvas.

Pascal
cmPatCopy = PATCOPY;
C++
cmPatCopy = PATCOPY;

cmPatCopy is a TCopyMode value used in the TCanvas CopyMode property.  

The CopyMode property is used by the CopyRect routine when copying an image from another canvas onto the current canvas.  

With cmPatCopy, the source pattern is written to the target rectangle. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!