Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.287 Beiträge
Delphi 12 Athens
|
AW: FMX vs. VCL canvas.DrawPolygon
16. Aug 2020, 15:35
Mit Namespace?
System.Math.Vectors.TPolygon
statt TPolygon
oder über Aliases.
type TFmxPolygon = System.Math.Vectors.TPolygon;
Ein Therapeut entspricht 1024 Gigapeut.
|