FMX.Graphics.TBitmap.Unmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unmap(var Data: TBitmapData);

C++

void __fastcall Unmap(TBitmapData &Data);

Properties

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

Description

Finalizes the customizing session of the current bitmap.

Data specifies the TBitmapData to which the current bitmap was mapped by the Map method.

Unmap finalizes the customizing session by applying to the current bitmap the changes made to the Data, if the access was made for writing, and unmaps the current bitmap. If the current bitmap was not mapped previously to the Data by a call to the Map method, Unmap does nothing.

See Also

Code Examples