Справочник функций

Ваш аккаунт

Войти через: 
Забыли пароль?
Регистрация
Информацию о новых материалах можно получать и без регистрации:

Почтовая рассылка

Подписчиков: -1
Последний выпуск: 19.06.2015

How to create shadow effect like in photoshop?

7.4K
09 октября 2004 года
werter1
7 / / 09.10.2004
How to create picture (or control) that drops shadow like
layers in photoshop?
527
09 октября 2004 года
pavor
275 / / 28.09.2003
Цитата:
Originally posted by werter1
How to create picture (or control) that drops shadow like
layers in photoshop?


You need to draw this shadow manually :)

7.4K
11 октября 2004 года
werter1
7 / / 09.10.2004
A Kak?
527
11 октября 2004 года
pavor
275 / / 28.09.2003
Цитата:
Originally posted by werter1
A Kak?


Create base class that handles message WM_PAINT, and maybe you ll need WM_NCPAINT. Than subclass it in classes that use this effect.
MSDN:
An application can intercept the WM_NCPAINT message and paint its own custom window frame. The clipping region for a window is always rectangular, even if the shape of the frame is altered.

The wParam value can be passed to GetDCEx as in the following example.

case WM_NCPAINT:
{
HDC hdc;
hdc = GetDCEx(hwnd, (HRGN)wParam, DCX_WINDOW|DCX_INTERSECTRGN);
// Paint into this DC
ReleaseDC(hwnd, hdc);
}

7.4K
11 октября 2004 года
werter1
7 / / 09.10.2004
Spasibo ogromnoe!
Реклама на сайте | Обмен ссылками | Ссылки | Экспорт (RSS) | Контакты
Добавить статью | Добавить исходник | Добавить хостинг-провайдера | Добавить сайт в каталог