FMX.Maps.TMapPolygonDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TMapPolygonDescriptor = record

C++

struct DECLSPEC_DRECORD TMapPolygonDescriptor
{
public:
    TMapPolygonPolyvertex Outline;
#ifndef _WIN64
    System::DynamicArray<TMapPolygonPolyvertex> Holes;
#else /* _WIN64 */
    System::TArray__1<TMapPolygonPolyvertex> Holes;
#endif /* _WIN64 */
    bool Geodesic;
    System::Uitypes::TAlphaColor FillColor;
    System::Uitypes::TAlphaColor StrokeColor;
    float StrokeWidth;
    float ZIndex;
#ifndef _WIN64
    static TMapPolygonDescriptor __fastcall Create(const System::DynamicArray<TMapCoordinate> Outline);
    void __fastcall AddHole(const System::DynamicArray<TMapCoordinate> Points);
#else /* _WIN64 */
    static TMapPolygonDescriptor __fastcall Create(const System::TArray__1<TMapCoordinate> Outline);
    void __fastcall AddHole(const System::TArray__1<TMapCoordinate> Points);
#endif /* _WIN64 */
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps


Description

Enregistrement qui définit un polygone de carte.

Voir aussi