API:Vcl.RibbonStyleActnCtrls.TAlphaBitmap.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TAlphaBitmap()/* overload */;
/* TBitmap.Create */ inline __fastcall TAlphaBitmap(int AWidth, int AHeight)/* overload */ : Vcl::Graphics::TBitmap(AWidth, AHeight) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.RibbonStyleActnCtrls.pas
Vcl.RibbonStyleActnCtrls.hpp
Vcl.RibbonStyleActnCtrls TAlphaBitmap

Description

Instantiates a bitmap object.

Vcl.RibbonStyleActnCtrls.TAlphaBitmap.Create inherits from Vcl.Graphics.TBitmap.Create. All content below this line refers to Vcl.Graphics.TBitmap.Create.

Instantiates a bitmap object.

Call Create to instantiate a bitmap object at runtime. Create is also called automatically when a bitmap image is loaded into a TImage.

Create allocates memory for a bitmap object, and calls the inherited Create. Then it creates a TBitmapImage as the internal image that represents the bitmap.

See Also

Code Examples