Registriert seit: 5. Jan 2005
Ort: Stadthagen
9.454 Beiträge
Delphi 10 Seattle Enterprise
|
AW: Sinuskurve auf PlotGrid ausgeben
15. Feb 2016, 17:04
- Schreibst du
PlotGrid1.Canvas.DrawPolygon(FPoints, 1);
- Klickst du mit gedrückter STRG-Taste auf DrawPolygon
- Kommst du
Delphi-Quellcode:
procedure TCanvas.DrawPolygon(const Points: TPolygon; const AOpacity: Single);
begin
...
end;
- Schreibst du ab und kommentierst alle Path.ClosePath;
aus
- Bist du fertig
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9 dc 90 9d f0 e9 de 13 da 60)
|