发布于 2015-09-11 16:20:18 | 175 次阅读 | 评论: 0 | 来源: 网络整理
The PSDraw module provides simple print support for Postscript printers. You can print text, graphics and images through this module.
Sets up printing to the given file. If file is omitted, sys.stdout is assumed.
Draws a line between the two points. Coordinates are given in Postscript point coordinates (72 points per inch, (0, 0) is the lower left corner of the page).
Draws a rectangle.
参数: | box – A 4-tuple of integers whose order and function is currently undocumented. Hint: the tuple is passed into this format string: %d %d M %d %d 0 Vr
|
---|