PrinterOutput()
语法
OutputID = PrinterOutput()概要
Returns the OutputID of the current printer to be used with the StartDrawing() function. All the 2DDrawing functions are available and can be used for printing. The printer is seen as an empty sheet, exactly like a window or an image.
参数
无.
返回值
The OutputID of the current printer to be used with the StartDrawing() function.
示例
StartDrawing(PrinterOutput()) ; do some drawing stuff here... StopDrawing()
已支持操作系统
所有