Vcl.Imaging.GIFImg.TGIFImage.NewBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NewBitmap: TBitmap;

C++

Vcl::Graphics::TBitmap* __fastcall NewBitmap();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Creates a new empty bitmap.

NewBitmap is an internal method that creates a new empty bitmap.

See Also