#include <plsubbmp.h>
Inheritance diagram for PLSubBmp:
Public Member Functions | |
PLSubBmp () | |
Creates an empty bitmap. | |
virtual | ~PLSubBmp () |
Destroys the bitmap. | |
virtual void | Create (PLBmpBase &SrcBmp, const PLRect &SrcRect) |
Creates a PLSubBmp as a rectangle in another bitmap. | |
virtual void | Create (int Width, int Height, const PLPixelFormat &pf, PLBYTE *pBits, int Stride) |
Definition at line 27 of file plsubbmp.h.
|
Creates a PLSubBmp from an arbitrary memory region. Stride is the distance in bytes from one line of the bitmap to the next. |