FMX.Graphics.TCustomBitmapCodec.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SaveToFile(const AFileName: string; const ABitmap: TBitmapSurface; const ASaveParams: PBitmapCodecSaveParams = nil): Boolean; virtual; abstract;

C++

virtual bool __fastcall SaveToFile(const System::UnicodeString AFileName, Fmx::Surfaces::TBitmapSurface* const ABitmap, const PBitmapCodecSaveParams ASaveParams = (PBitmapCodecSaveParams)(0x0)) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCustomBitmapCodec

Description

Embarcadero Technologies does not currently have any additional information.