FMX.Maps.TCustomMapView.Snapshot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Snapshot(const Recipient: TMapScreenshotRecipient);

C++

void __fastcall Snapshot(const TMapScreenshotRecipient Recipient);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView

Description

Take a screenshot of the current map view asynchronously.

Call Snapshot to start the generation of the screenshot. Once the screenshot is ready, the specified recipient receives a bitmap with the generated screenshot.

See Also