0.45+9.0.0.11
4.3 Paged Drawing Contexts
Drawing contexts that output to a file format, drawing must be
explicitly started with PagedDC.start and ended with
PagedDC.end.
method | ||
| ||
| ||
method | ||
| ||
method | ||
| ||
| ||
method | ||
| ||
method | ||
| ||
method | ||
Use PagedDC.start and PagedDC.end to bound all
drawing for single-page output.
Use the more fine-grained combination of PagedDC.start_doc and PagedDC.start_page for multi-page output, where PagedDC.end_page ends a page and then PagedDC.start_page can be used again to start the next page. After the last page’s PagedDC.end_page, use PagedDC.end_doc to finish the document.
class | ||||||
|
Creates a drawing context that produces PDF output. Be sure to
use PagedDC.start and PagedDC.end around all
drawing.
class | |||||||
|
Creates a drawing context that produces PostScript output. Be sure to
use PagedDC.start and PagedDC.end around all
drawing.
class | ||||||
|
Creates a drawing context that produces SVG output. Be sure to
use PagedDC.start and PagedDC.end around all
drawing.