Вниз
Скачать: 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.035 c
14-1079127758
TButton
2004-03-13 00:42
2004.04.11
Black and White


8-1076781659
VasRog
2004-02-14 21:00
2004.04.11
Как узнать цвет пикселя


1-1079720907
killer
2004-03-19 21:28
2004.04.11
Программа и панель задачь


4-1079535051
Случайно забежавший
2004-03-17 17:50
2004.04.11
Загрузка и показ иконки


9-1066828614
chuckloon
2003-10-22 17:16
2004.04.11
Поворот Bitmap - а




   Наверх