Share via


CImage::IsDIBSection

Determines if the attached bitmap is a DIB section.

bool IsDIBSection( ) const throw( );

Return Value

true if the attached bitmap is a DIB section. Otherwise false.

Remarks

If the bitmap is not a DIB section, you cannot use the following CImage methods, which support only DIB section bitmaps:

Requirements

Header: atlimage.h

See Also

Concepts

CImage Class

CImage Members

CImage::Attach