RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitmap.GetSupportsPartialTransparency Method

Indicate whether graphic supports partial transparency.

Pascal
function GetSupportsPartialTransparency: Boolean; override;
C++
virtual __fastcall Boolean GetSupportsPartialTransparency();

GetSupportsPartialTransparency indicates whether the graphic supports partial transparency. 

TGraphic descendants should override GetSupportsPartialTransparency if they are capable of having partially transparent pixels. 

 

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