Vcl.RibbonStyleActnCtrls.TAlphaBitmap

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TAlphaBitmap = class(TBitmap)

C++

class PASCALIMPLEMENTATION TAlphaBitmap : public Vcl::Graphics::TBitmap

Properties

Type Visibility Source Unit Parent
class public
Vcl.RibbonStyleActnCtrls.pas
Vcl.RibbonStyleActnCtrls.hpp
Vcl.RibbonStyleActnCtrls Vcl.RibbonStyleActnCtrls

Description

Set AlphaFormat property to afDefined.

TAlphaBitmap is a TBitmap descendant that automatically sets the AlphaFormat property to afDefined.

See Also