RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.cmNotSrcCopy Constant

TCopyMode value : copies the inverted source bitmap to the canvas.

Pascal
cmNotSrcCopy = NOTSRCCOPY;
C++
cmNotSrcCopy = NOTSRCCOPY;

cmNotSrcCopy 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 cmNotSrcCopy, the source pixels are inverted before being written to the target rectangle. The existing target rectangle contents are ignored and overwritten. 

 

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