DiBMP Class

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DiBMP Class

Previous pageReturn to chapter overviewNext page

Purpose

To provide access to Windows device independent bitmap (DIB) functionality.  Windows provides several API functions to display and manipulate bitmaps.  The DIBMP class not only provides a wrapper around some of these functions, it also simplifies the tasks associated with bitmap loading and memory management.  The DIBMP class can handle bitmaps larger than 64K and containing up to 256 colors.

 

Class

CLASS DIBMP

Properties

Colors                Access

Height                Access

IsResource                Access

IsValid                Access

Width                Access

Methods

Destroy

DrawDIB

Init

LoadDIBFromCodeBlock

LoadDIBFromDynaString

LoadDIBFromField

LoadDIBFromFile

LoadDIBFromResource