Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.06.26;
Скачать: CL | DM;

Вниз

глубина цвета в HBITMAP, созданной CreateCompatibleBitmap()   Найти похожие ветки 

 
1g0r ©   (2003-04-22 13:53) [0]

как узнать?

спасибо


 
MBo ©   (2003-04-22 13:56) [1]

GetDeviceCaps для референсного контекста


 
1g0r ©   (2003-04-22 14:04) [2]

ух ты!!!!

MBo © < спасибо :)))


 
REA ©   (2003-04-22 14:42) [3]

GetDIBits
...
lpvBits
[out] Pointer to a buffer to receive the bitmap data. If this parameter is NULL, the function passes the dimensions and format of the bitmap to the BITMAPINFO structure pointed to by the lpbi parameter.
lpbi
[in/out] Pointer to a BITMAPINFO structure that specifies the desired format for the DIB data.
...
biBitCount
Specifies the number of bits-per-pixel.
и т.д.


 
Morfein ©   (2003-04-22 20:15) [4]


var
bmp : BITMAP;
hBmp : HBITMAP; // handle того созданного битмапа
bits_per_pixel : word; // искомое кол-во бит на пиксель

begin
GetObject(hBmp, SizeOf(BITMAP), @bmp);
bits_per_pixel:=bmp.bmBitsPixel;
end;



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

Текущий архив: 2003.06.26;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.016 c
9-83850
Igor1984
2003-01-12 19:19
2003.06.26
Перекрытие спрайтов


14-84617
bkv
2003-06-09 15:42
2003.06.26
Программка для сверки исходников.


1-84359
SkySlider
2003-06-16 16:15
2003.06.26
Dll Forms In Delphi


8-84449
Dunkan
2003-03-12 11:04
2003.06.26
как создать новый Wav файл и записать в него???


3-83980
prihod
2003-05-29 10:37
2003.06.26
!!! Как обеспечить объективное отображение данных в TDBGrid !!!