Anzeigen: Delphi C++
Anzeigeeinstellungen

FMX.Types3D.TContext3D.FillPolygon

Aus XE2 API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure FillPolygon(const Center, Size: TVector3D; const Rect: TRectF; const Points: TPolygon;  const Opacity: Single; Front: Boolean = True; Back: Boolean = True; Left: Boolean = True);

C++

void __fastcall FillPolygon(const TVector3D &Center, const TVector3D &Size, const System::Types::TRectF &Rect, const System::Types::TPolygon Points, const float Opacity, bool Front = true, bool Back = true, bool Left = true);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Beschreibung

Rendert ein 2D-Polygon in einem lokalen kartesischen Koordinatensystem mit Hilfe einer Liste von Punkten.

Siehe auch

Frühere Versionen
Übersetzungen