FMX.Maps.ICustomMapView.Snapshot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Snapshot(const Recipient: TMapScreenshotRecipient);

C++

virtual void __fastcall Snapshot(const TMapScreenshotRecipient Recipient) = 0 ;

Properties

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

Description

Takes 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