TModeInfo
Record describing a graphical mode.
Declaration
Source position: graphh.inc line 615
Type
TModeInfo = record
DriverNumber : SmallInt;
ModeNumber : SmallInt;
internModeNumber : SmallInt;
MaxColor : LongInt;
PaletteSize : LongInt;
XAspect : Word;
YAspect : Word;
MaxX : Word;
MaxY : Word;
DirectColor : Boolean;
Hardwarepages : Byte;
ModeName : string;
DirectPutPixel : defpixelproc;
GetPixel : getpixelproc;
PutPixel : putpixelproc;
SetRGBPalette : setrgbpaletteproc;
GetRGBPalette : getrgbpaletteproc;
SetAllPalette : SetAllPaletteProc;
SetVisualPage : setvisualpageproc;
SetActivePage : setactivepageproc;
ClearViewPort : clrviewproc;
PutImage : putimageproc;
GetImage : getimageproc;
ImageSize : imagesizeproc;
GetScanLine : getscanlineproc;
Line : lineproc;
InternalEllipse : ellipseproc;
PatternLine : patternlineproc;
HLine : hlineproc;
VLine : vlineproc;
Circle : CircleProc;
InitMode : initmodeproc;
OutTextXY : OutTextXYProc;
SetBKColor : SetBkColorProc;
GetBKColor : GetBkColorProc;
next : PModeInfo;
end