FMX.Maps.TMapPolygonDescriptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TMapPolygonDescriptor = record

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps


Beschreibung

Record, der ein Kartenpolygon definiert.

Siehe auch