| Description |
| Outputs a standard Creo Parametric raster output file. Note:Use this function to export a solid model only. To convert drawings to the specified formats, use the function ProPrintExecute(). |
| Replacement in Object TOOLKIT: | pfcWindow::ExportRasterImage |
| pfcBaseSession::ExportCurrentRasterImage |
| Synopsis |
| #include <ProUtil.h> |
| ProError | ProRasterFileWrite | ( |
| int window_id | |
| /*
(In) |
| the handle of the window that will be exported |
| */ |
| ProRasterDepth depth | |
| /*
(In) |
| the depth of the output image |
| */ |
| double width | |
| /*
(In) |
| the width of the output image in inches |
| */ |
| double height | |
| /*
(In) |
| the height of the output image in inches |
| */ |
| ProDotsPerInch dots_per_inch | |
| /*
(In) |
| the dots per inch of the output image |
| */ |
| ProRasterType type | |
| /*
(In) |
| the output image type |
| */ |
| ProPath output_file | |
| /*
(In) |
| An output filename, including the extension |
| */ |
| ) |
| Returns |
|
|