FMX.Graphics.TPathData.LastPoint
Delphi
function LastPoint: TPointF;
C++
System::Types::TPointF __fastcall LastPoint();
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | FMX.Graphics.pas FMX.Graphics.hpp | FMX.Graphics | TPathData | 
Beschreibung
Gibt den Endpunkt des aktuellen TPathData-Objekts zurück. LastPoint gibt ein TPointF-Objekt zurück.
Siehe auch
- FMX.Graphics.TPathData.ClosePath
- FMX.Graphics.TPathData.CurveTo
- FMX.Graphics.TPathData.CurveToRel
- FMX.Graphics.TPathData.HLineTo
- FMX.Graphics.TPathData.HLineToRel
- FMX.Graphics.TPathData.LineTo
- FMX.Graphics.TPathData.LineToRel
- FMX.Graphics.TPathData.MoveTo
- FMX.Graphics.TPathData.MoveToRel
- FMX.Graphics.TPathData.SmoothCurveTo
- FMX.Graphics.TPathData.SmoothCurveToRel
- FMX.Graphics.TPathData.VLineTo
- FMX.Graphics.TPathData.VLineToRel