Вниз
Скачать: 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 вся ветка

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



Память: 0.45 MB
Время: 0.024 c
6-84499
Пубертанец
2003-04-23 17:57
2003.06.26
Скачать файл по FTP


4-84824
Василий Петрович
2003-04-19 19:36
2003.06.26
Вопрос про едит


1-84184
Doc
2003-06-12 08:10
2003.06.26
Указатель String...


1-84324
Frack
2003-06-16 08:20
2003.06.26
Вложенные каталоги


1-84074
dfg
2003-06-08 21:16
2003.06.26
Форматирование числа




   Наверх