createBitmapInfoHeader Method |
||||||||||||||
| Creates a BITMAPINFOHEADER structure filled with the frame type description from a FrameTypeInfo. | ||||||||||||||
| Syntax: | smart_ptr<BITMAPINFOHEADER> createBitmapInfoHeader( const FrameTypeInfo& type ); |
|||||||||||||
|
||||||||||||||
| Return Value: | smart_ptr to a BITMAPINFOHEADER representing the supplied frame type. |
|||||||||||||
| Remarks: | This method is useful, when drawing frames using Windows GDI functions. |
|||||||||||||
| Information: | Header File: tisudshl.h
| |||||||||||||
| See also: | FrameTypeInfo | |||||||||||||