API:FMX.Maps.TMapPolylineDescriptor

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

Delphi

  TMapPolylineDescriptor = record
    Points: TMapPolygonPolyvertex;
    Geodesic: Boolean;
    StrokeColor: TAlphaColor;
    StrokeWidth: Single;
    ZIndex: Single;
    class function Create(const Points: TArray<TMapCoordinate>): TMapPolylineDescriptor; static;
  end;

C++

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

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。