- Unit Graph3;
-
- {$D-,I-,S-}
-
- INTERFACE
-
- Uses Crt;
-
- Const
- North = 0;
- East = 90;
- South = 180;
- West = 270;
-
- Procedure GraphMode;
- Procedure GraphColorMode;
- Procedure HiRes;
- Procedure HiResColor(Color:Integer);
- Procedure Palette(N:Integer);
- Procedure GraphBackground(Color:Integer);
- Procedure GraphWindow(X1,Y1,X2,Y2:Integer);
- Procedure Plot(X,Y,Color:Integer);
- Procedure Draw(X1,Y1,X2,Y2,Color:Integer);
- Procedure ColorTable(C1,C2,C3,C4:Integer);
- Procedure Arc(X,Y,Angle,Radius,Color:Integer);
- Procedure Circle(X,Y,Radius,Color:Integer);
- Procedure GetPic(Var Buffer;X1,Y1,X2,Y2:Integer);
- Procedure PutPic(Var Buffer;X,Y:Integer);
- Function GetDotColor(X,Y:Integer):Integer;
- Procedure FillScreen(Color:Integer);
- Procedure FillShape(X,Y,FillCol,BorderCol:Integer);
- Procedure FillPattern(X1,Y1,X2,Y2,Color:Integer);
- Procedure Pattern(var P);
- Procedure Back(Dist:Integer);
- Procedure ClearScreen;
- Procedure Forwd(Dist:Integer);
- Function Heading:Integer;
- Procedure HideTurtle;
- Procedure Home;
- Procedure NoWrap;
- Procedure PenDown;
- Procedure PenUp;
- Procedure SetHeading(Angle:Integer);
- Procedure SetPenColor(Color:Integer);
- Procedure SetPosition(X,Y:Integer);
- Procedure ShowTurtle;
- Procedure TurnLeft(Angle:Integer);
- Procedure TurnRight(Angle:Integer);
- Procedure TurtleDelay(_Delay:Integer);
- Procedure TurtleWindow(X,Y,W,H:Integer);
- Function TurtleThere:Boolean;
- Procedure Wrap;
- Function Xcor:Integer;
- Function Ycor:Integer;
Dernière mise à jour : Dimanche, le 20 avril 2014