На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

ICONINFO



The ICONINFO structure contains information about an icon or a cursor.

typedef struct _ICONINFO { // ii
BOOL fIcon;
DWORD xHotspot;
DWORD yHotspot;
HBITMAP hbmMask;
HBITMAP hbmColor;
} ICONINFO;


Members

fIcon

Specifies whether this structure defines an icon or a cursor. A value of TRUE specifies an icon; FALSE specifies a cursor.

xHotspot

Specifies the x-coordinate of a cursor's hot spot. If this structure defines an icon, the hot spot is always in the center of the icon, and this member is ignored.

yHotspot

Specifies the y-coordinate of the cursor's hot spot. If this structure defines an icon, the hot spot is always in the center of the icon, and this member is ignored.

hbmMask

Specifies the icon bitmask bitmap. If this structure defines a black and white icon, this bitmask is formatted so that the upper half is the icon AND bitmask and the lower half is the icon XOR bitmask. Under this condition, the height should be an even multiple of two. If this structure defines a color icon, this mask only defines the AND bitmask of the icon.

hbmColor

Identifies the icon color bitmap. This member can be optional if this structure defines a black and white icon. The AND bitmask of hbmMask is applied with the SRCAND flag to the destination; subsequently, the color bitmap is applied (using XOR) to the destination by using the SRCINVERT flag.



See Also

CreateIconIndirect, GetIconInfo


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

ICONINFO



Структура ICONINFO содержит информации об иконке или курсор.

typedef struct _ICONINFO { // ii BOOL fIcon;
DWORD xHotspot;
DWORD yHotspot;
HBITMAP hbmMask;
hbmColor HBITMAP;
} ICONINFO;


Участники

fIcon

Определяет что независимо эта структура определяет иконку или курсор. Величина ИСТИНЫ определяет иконку; ЛОЖЬ определяет курсор.

xHotspot

Определяет x-coordinate горячей точки курсора. Если эта структура определяет иконку, горячая точка - всегда в центре иконки, и этот элемент проигнорирован.

yHotspot

Определяет y-coordinate горячей точки курсора. Если эта структура определяет иконку, горячая точка - всегда в центре иконки, и этот элемент проигнорирован.

hbmMask

Определяет иконное bitmask побитовое отображение. Если эта структура определяет черную и белую иконку, этот bitmask отформатировано чтобы верхняя половина - иконка И bitmask и более низкая половина является иконкой XOR bitmask. Под этим условием, высота должна быть ровным кратным двух. Если эта структура определяет цветную иконку, эта маска только определяет И bitmask иконки.

hbmColor

Идентифицирует иконное цветное побитовое отображение. Этот элемент может быть дополнительным если эта структура определяет черную и белую иконку. И bitmask hbmMask использован флаг SRCAND к расположению; впоследствии, цветное побитовое отображение приложено (использование XOR) в расположение используя флаг SRCINVERT.



Смотри Также

CreateIconIndirect, GetIconInfo


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz