Вниз
Скачать: CL | DM;

TGridDrawInfo?   Найти похожие ветки 

 
ivn ©   (2004-04-23 16:45) [0]

Мастера, где можно найти описание структуры TGridDrawInfo?


 
Locker   (2004-04-23 17:34) [1]

Unit Grids;

...

type
 TGetExtentsFunc = function(Index: Longint): Integer of object;
 TGridAxisDrawInfo = record
   EffectiveLineWidth: Integer;
   FixedBoundary: Integer;
   GridBoundary: Integer;
   GridExtent: Integer;
   LastFullVisibleCell: Longint;
   FullVisBoundary: Integer;
   FixedCellCount: Integer;
   FirstGridCell: Integer;
   GridCellCount: Integer;
   GetExtent: TGetExtentsFunc;
 end;

 TGridDrawInfo = record
   Horz, Vert: TGridAxisDrawInfo;
 end;



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.031 c
7-1075506145
ИМХО
2004-01-31 02:42
2004.04.11
Работа с Microsoft Outlook


8-1076230695
Руслан
2004-02-08 11:58
2004.04.11
Определение цвета пиксела картинки по его координатам


14-1082108906
Jonny5
2004-04-16 13:48
2004.04.11
Терминал


9-1069692267
Barlok
2003-11-24 19:44
2004.04.11
Вопрос по выделению объекта в OpenGL в Delphi


14-1079286422
Kamerad
2004-03-14 20:47
2004.04.11
HELP!




   Наверх