На главную

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 | Скачать Вниз

PlayEnhMetaFile



The PlayEnhMetaFile function displays the picture stored in the specified enhanced-format metafile.

BOOL PlayEnhMetaFile(

HDC hdc, // handle to a device context
HENHMETAFILE hemf, // handle to an enhanced metafile
CONST RECT *lpRect // pointer to bounding rectangle
);


Parameters

hdc

Identifies the device context for the output device on which the picture will appear.

hemf

Identifies the enhanced metafile.

lpRect

Points to a RECT structure that contains the coordinates of the bounding rectangle used to display the picture. The coordinates are specified in logical units.



Return Values

If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

When an application calls the PlayEnhMetaFile function, Windows uses the picture frame in the enhanced-metafile header to map the picture onto the rectangle pointed to by the lpRect parameter. (This picture may be sheared or rotated by setting the world transform in the output device before calling PlayEnhMetaFile.) Points along the edges of the rectangle are included in the picture.
An enhanced-metafile picture can be clipped by defining the clipping region in the output device before playing the enhanced metafile.

If an enhanced metafile contains an optional palette, an application can achieve consistent colors by setting up a color palette on the output device before calling PlayEnhMetaFile. To retrieve the optional palette, use the GetEnhMetaFilePaletteEntries function.
An enhanced metafile can be embedded in a newly created enhanced metafile by calling PlayEnhMetaFile and playing the source enhanced metafile into the device context for the new enhanced metafile.

The states of the output device context are preserved by this function. Any object created but not deleted in the enhanced metafile is deleted by this function.
To stop this function, an application can call the CancelDC function from another thread to terminate the operation. In this case, the function returns FALSE.
Windows 95: PlayEnhMetaFile is subject to the limitations of the Windows 95 GDI. For example, Windows 95 supports only 16-bit signed coordinates. For records that contain 32-bit values, Windows 95 fails to play the record if the values are not in the range -32,768 to 32,767.

See Also

CancelDC, GetEnhMetaFileHeader, GetEnhMetaFilePaletteEntries, RECT, SetWorldTransform


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

PlayEnhMetaFile



Функция PlayEnhMetaFile отображает изображение загруженное в расширенный формат определенного метафайла.

BOOL PlayEnhMetaFile(

HDC hdc, // РУЧКА в контекст устройства HENHMETAFILE hemf, // ручка в расширенный метафайл CONST RECT *указатель lpRect // в bounding прямоугольник
);


Параметры

hdc

Идентифицирует контекст устройства для выходного устройства на котором изображение появится.

hemf

Идентифицирует расширенный метафайл.

lpRect

Точки на структуру RECT, которые содержат координаты прямоугольника bounding использованное, чтобы отображать изображение. Координаты определены на логических устройствах.



Обратные Величины

Если функция добивается успеха, обратная величина ненулевая.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Замечания

Когда приложение называет функцию PlayEnhMetaFile, Windows использует рамку в расширенном метафайле заголовка, чтобы отображать изображение в прямоугольнике указанном, чтобы параметром lpRect. (Это изображение может быть пострижено или вращано установкой мира превращаться на выходное устройство перед вызовом PlayEnhMetaFile.) Точки вдоль краев прямоугольника включены на изображение.
Расширенный метафайл изображения может быть вырезан определяющим отсечение области на выходном устройстве перед прогоном расширенного метафайла.

Если расширенный метафайл содержит дополнительную палитру, приложение может достичь последовательных цветов устанавливая цветную палитру на выходном устройстве перед вызовом PlayEnhMetaFile. Для того, чтобы извлекать дополнительную палитру, используйте функцию GetEnhMetaFilePaletteEntries.
Расширенный метафайл может быть вставлен в вновь созданный расширенный метафайл вызывая PlayEnhMetaFile и играясь источник расширял метафайл в контекст устройства для нового расширенного метафайла.

Состояния выходного контекста устройства сохранены этой функцией. Любой объект создавал но не удаленное в расширенном метафайле удален этой функцией.
Чтобы останавливать эту функцию, приложение может назвать функцию CancelDC из другой резьбы, чтобы завершать операцию. В этом случае, функция возвращает ЛОЖЬ.
Windows 95: PlayEnhMetaFile подвергается ограничениям Windows 95 GDI. Например, только 16- бит опор Windows 95 подписывал координаты. Для записей, которые содержат 32- битовые величины, Windows 95 не играется запись если величины - не в дипазоне -32,768 на 32,767.

Смотри Также

CancelDC, GetEnhMetaFileHeader, GetEnhMetaFilePaletteEntries, RECT, SetWorldTransform


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