UNIT Graph.ppu
Functions and procedures in alphabetical Order
A A B
C F G
I L M
O P R
S T W
- procedure Arc(x,y,alpha,beta,radius : Integer);
B A B
C F G
I L M
O P R
S T W
- procedure Bar(x1,y1,x2,y2 : Integer);
- procedure Bar3D(x1, y1, x2, y2 : integer;depth : word;top : boolean);
C A B
C F G
I L M
O P R
S T W
- procedure Circle(x,y:Integer;Radius:Word);
- procedure Cleardevice;
- procedure ClearViewport;
- procedure CloseGraph ;
- function Convert(color:longint):longint;
F A B
C F G
I L M
O P R
S T W
- procedure FillEllipse(x,y:Integer;XRadius,YRadius:Word);
- procedure FillTriangle(A,B,C:Pointtype);
- procedure FloodFill(x,y:integer; Border:longint);
G A B
C F G
I L M
O P R
S T W
- procedure GetAspectRatio(var _Xasp,_Yasp : word);
- function GetBkColor : longint;
- function GetColor : longint;
- function GetDriverName: String;
- procedure GetFillPattern(var FillPattern : FillPatternType);
- procedure GetFillSettings(var FillInfo : FillSettingsType);
- function GetGraphMode:Integer;
- procedure GetImage(x1,y1,x2,y2 : integer;var BitMap);
- procedure GetLineSettings(var LineInfo : LineSettingsType);
- function GetMaxColor : longint;
- function GetMaxMode : Integer;
- function GetMaxX : Integer;
- function GetMaxY : Integer;
- function GetModeName(Mode:Integer):String;
- procedure GetPalette(var Palette : PaletteType);
- function GetPixel(x,y : integer):longint;
- procedure GetRGBPalette(ColorNum:byte; var RedValue,GreenValue,BlueValue:byte);
- procedure GetTextSettings(var TextInfo : TextSettingsType);
- procedure GetViewSettings(var viewport : ViewPortType);
- function GetX : Integer;
- function GetY : Integer;
- function GraphResult : Integer;
I A B
C F G
I L M
O P R
S T W
- function ImageSize(x1,y1,x2,y2 : integer) : word;
- procedure InitGraph(var GraphDriver:Integer;var
GraphMode:Integer;const PathToDriver:String);
- function InstallUserDriver(const DriverFileName : string;AutoDetectPtr
: pointer) : integer;
- function InstallUserFont(const FontFileName : string) : integer;
L A B
C F G
I L M
O P R
S T W
- procedure Line(x1,y1,x2,y2 : integer);
- procedure LineRel(dx,dy : integer);
- procedure LineTo(x,y : integer);
M A B
C F G
I L M
O P R
S T W
- procedure MoveRel(dx,dy : integer);
- procedure MoveTo(x,y : integer);
O A B
C F G
I L M
O P R
S T W
- procedure OutText(const TextString : string);
- procedure OutText(const Charakter : char);
- procedure OutTextXY(x,y : integer;const TextString : string);
- procedure OutTextXY(x,y : integer;const Charakter : char);
P A B
C F G
I L M
O P R
S T W
- procedure PutImage(x,y : integer;var BitMap;BitBlt : word);
- procedure PutPixel(x,y : integer; Colour: longint);
R A B
C F G
I L M
O P R
S T W
- procedure Rectangle(x1,y1,x2,y2 : integer);
- function RegisterBGIdriver(driver : pointer) : integer;
- function RegisterBGIfont(font : pointer) : integer;
- procedure RestoreCRTMode ;
S A B
C F G
I L M
O P R
S T W
- procedure SetActivePage(page : word);
- procedure SetAllPalette(var Palette : PaletteType);
- procedure SetAspectRatio(_Xasp,_Yasp : word);
- procedure SetBkColor(Color : longint);
- procedure SetColor(Color : longint);
- procedure SetFillPattern(pattern : FillPatternType;color
: longint);
- procedure SetFillStyle(pattern : word;color : longint);
- procedure SetGraphBufSize(BufSize : longint);
- procedure SetLineStyle(LineStyle : word;pattern : word;thickness :
word);
- procedure SetRGBPalette(ColorNum,RedValue,GreenValue,BlueValue:byte);
- procedure SetTextJustify(horiz,vert : word);
- procedure SetTextStyle(Font, Direction : word; CharSize : word);
- procedure SetUserCharSize(Multx,Divx,Multy,Divy : word);
- procedure SetViewPort(x1,y1,x2,y2 : integer;clip : boolean);
- procedure SetVisualPage(page : word);
- procedure SetWriteMode(WriteMode : integer);
T A B
C F G
I L M
O P R
S T W
- function TextHeight(const TextString : string) : word;
- function TextWidth(const TextString : string) : word;
W A B
C F G
I L M
O P R
S T W