LBitmapWindow::GetRgnFrameType

#include "ltwrappr.h"

L_UINT LBitmapWindow::GetRgnFrameType(void)

Gets the frame type used for the class object's region frame.

Returns

The frame type for the drawn region. Possible values are:

Value

Meaning

RGNFRAME_STATIC

Static frame.

RGNFRAME_ANIMATED

Animated frame.

RGNFRAME_NONE

Hide the frame.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

Class Members

Topics:

Raster Image Functions: Displaying Images

 

Raster Image Functions: Palettes

 

Defining and Using a Bitmap Region

 

Handling Palette Changes

Example

For an example, refer to LBitmapWindow::GetBitmapVisibleRect.