API Documentation > Interface Classes > Class pfcBitmapImageExportInstructions
Class pfcBitmapImageExportInstructions

# include <pfcWindow.h>

class
pfcBitmapImageExportInstructions
: public virtual
pfcRasterImageExportInstructions
{
xdeclare(pfcBitmapImageExportInstructions)
...
};
This is a
COMPACT class.

Description
Used to export a bitmap image.
Methods Inherited from Class pfcRasterImageExportInstructions::
Method Summary
Create (xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export BMP--format (type) image.
Method Detail
Create
(xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export BMP--format (type) image.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns:
Was this helpful?