Library | File

Class pfcBitmapImageExportInstructions

# include <pfcWindow.h>

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



Description

Used to export a bitmap image.



Method Summary

static pfcBitmapImageExportInstructions_ptrCreate (xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export BMP--format (type) image.


Methods Inherited from Class pfcRasterImageExportInstructions:

GetRasterType, GetImageWidth, SetImageWidth, GetImageHeight, SetImageHeight, GetImageDepth, SetImageDepth, GetDotsPerInch, SetDotsPerInch



Method Detail

static pfcBitmapImageExportInstructions_ptrCreate (xreal ImageWidth, xreal ImageHeight)

Creates a new instructions object used to export BMP--format (type) image.

This object must be passed to pfcWindow::ExportRasterImage(xrstring, pfcRasterImageExportInstructions_ptr) or pfcBaseSession::ExportCurrentRasterImage(xrstring, pfcRasterImageExportInstructions_ptr) for a file to be produced.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns: