![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
dumpToPsAndPdfdumpToPsAndPdf — add an export capability into PS and PDF files (encapsulating bitmaps). |
const VisuDump * visu_dump_bitmap_pdf_getStatic (); const VisuDump * visu_dump_bitmap_ps_getStatic ();
This provides a write routine to export V_Sim views into bitmaps encapsulated into PS or PDF files. The PostScript file can be either in 256 colours or in full True Color. For a vectorial export, see dumpToSVG.
const VisuDump * visu_dump_bitmap_pdf_getStatic ();
This routine returns the dump object to PDF (bitmap).
Returns : |
a newly created dump object to create PDF files. [transfer none] |
const VisuDump * visu_dump_bitmap_ps_getStatic ();
This routine returns the dump object to PS (bitmap).
Returns : |
a newly created dump object to create PS files. [transfer none] |