RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.cmWhiteness Constant

TCopyMode value : fills the destination rectangle on the canvas with white.

Pascal
cmWhiteness = WHITENESS;
C++
cmWhiteness = WHITENESS;

Graphics

cmWhiteness 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.  

cmWhiteness results in the destination rectangle on the canvas simply being filled with the clWhite color. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!