IPB

> Getarccd.PAS
Чат
Форум
Загрузка...
 

Language:
Русский
English

  {Getarccd.PAS}
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
 {Sample code for the GetArcCoords procedure.}

  uses Graph;

 var
   Gd, Gm: Integer;
   ArcCoords: ArcCoordsType;
 begin
   Gd := Detect;
   InitGraph(Gd, Gm, '');
   if GraphResult <> grOk then
     Halt(1);
   Arc(100, 100, 0, 270, 30);
   GetArcCoords(ArcCoords);
   with ArcCoords do
     Line(Xstart, Ystart, Xend, Yend);
   Readln;
   CloseGraph;
 end.

 
 К началу страницы 
Тэги:
 

Код для вставки: :: :: :: ГОСТ ::
Поделиться: //
 



-
Хостинг предоставлен компанией "Веб Сервис Центр" при поддержке компании "ДокЛаб"