TdxCustomSmartImage.IsAlphaUsed Property
In This Article
Identifies whether the stored image is transparent.
#Declaration
Delphi
property IsAlphaUsed: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the stored image has at least one transparent pixel; otherwise, False.
See Also