FMX.Maps.TMapMarkerDescriptor.Origin

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

Origin: TPointF;

C++

System::Types::TPointF Origin;

Propriétés

Type Visibilité  Source Unité  Parent
field public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapMarkerDescriptor


Description

Point d'origine du marqueur de carte dans le format (0..1, 0..1).

Le champ Origin de type TPointF représente le point d'origine du marqueur graphique.

Dans TMapMarkerDescriptor.Create, l'origine est définie sur (0.5, 1).

Voir aussi