RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.DrawTransparent Method

Render graphic onto canvas at rectangle, blending with canvas's background.

Pascal
procedure DrawTransparent(ACanvas: TCanvas; const Rect: TRect; Opacity: Byte); virtual;
C++
virtual __fastcall DrawTransparent(TCanvas ACanvas, const TRect Rect, Byte Opacity);

DrawTransparent renders the graphic onto a canvas at the coordinates specified by the Rect parameter, blending it with the canvas's background. 

 

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