FMX.Maps.TMapPolygonDescriptor

提供: RAD Studio API Documentation
移動先: 案内検索

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);
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps


説明

地図上のポリゴンを定義するレコードです。

関連項目