FMX.Maps.TMapPolygonDescriptor.AddHole

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AddHole(const Points: TArray<TMapCoordinate>);

C++

void __fastcall AddHole(const System::DynamicArray<TMapCoordinate> Points);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapPolygonDescriptor


Beschreibung

Fügt dem Polygon-Deskriptor ein Loch hinzu.

Siehe auch