FMX.Maps.TMapViewBase.Snapshot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Snapshot(const Recipient: TMapScreenshotRecipient); virtual;

C++

virtual void __fastcall Snapshot(const TMapScreenshotRecipient Recipient);

Properties

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

Description

Makes a screenshot using a callback recipient.

See Also