Simple program at delphi | Circle drawing program | Delphi Tutorial Series

Veröffentlicht am: 17 Juni 2018
auf dem Kanal: Oussama Professional
235
15

This is a simple example of how the drawing program works using Delphi.
Use the following variables
rad: Double;
i, a, b: Integer;
The following drawing instructions were used in the lesson:
canvas.MoveTo( , );
canvas.Pen.Color
canvas.LineTo (a, b);
Use the following mathematical relationships:
Radian account:
rad: = i * (pi / 180);
Calculate the points of the circuit using sin:
a: = x + round (sin (rad) * spinedit1.Value);
Calculation of the points of the circuit using cos:
b: = y-round (cos (rad) * spinedit1.Value);
-------------------------------------------------- ---------------------------
#oussama_professional Tutorial in Delphi
-------------------------------------------------- ---------------------------
♥ ☺☺☺☺ ♥
If you liked the video, do not forget to subscribe to the channel and activate the bell and admire the video to follow each new
♥ ☺☺☺☺ ♥.
If he has any query or any questions, leave it in a comment I will answer as soon as possible
♥ ☺☺☺☺ ♥.


Auf dieser Seite können Sie das Online-Video Simple program at delphi | Circle drawing program | Delphi Tutorial Series mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Oussama Professional 17 Juni 2018 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 235 Mal angesehen und es wurde von 15 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!