Вниз
Скачать: 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.04 c
4-1079078365
Alexis
2004-03-12 10:59
2004.04.11
Работа с ресурсами на API


7-1079688249
Игорь
2004-03-19 12:24
2004.04.11
Паралельное выполнение функций.


1-1082715820
zorik
2004-04-23 14:23
2004.04.11
не вигружается dll


7-1079882951
Wiz@rd
2004-03-21 18:29
2004.04.11
Injecting library


4-1079340672
BillyJeans
2004-03-15 11:51
2004.04.11
Как разместить Bitmap на форме API шными функциями?




   Наверх