line function in c programming :-Well line function in c computer graphics is used as it name says to draw a line from a point(x1,y1) to point(x2,y2) where (x2,y2) are end points to draw a line.Here you can also check the c program to draw a line in computer graphics.
(adsbygoogle = window.adsbygoogle || []).push({});
C example program #include <graphics.h>#include <conio.h>main(){ ...
Showing posts with label graphics in c. Show all posts
Showing posts with label graphics in c. Show all posts
Wednesday, April 14, 2021
Monday, April 5, 2021
Arc function in C with graphics in c
Declaration: void arc(int x, int y, int stangle, int endangle, int radius);"arc" operate is employed to draw associate arc with center (x, y) for example draw a corcle in c programming and stangle specifies beginning angle for arc, end angle for arc can be define by endangle and the and last parameter specifies the radius of the arc. arc operate may also be accustomed draw a circle except...
Subscribe to:
Posts (Atom)