wxPostScriptDC.3erl - Man Page

Functions for wxPostScriptDC class

Description

This defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform. See wxDC for descriptions of the member functions.

Starting a document

Document should be started with call to wxDC:startDoc/2 prior to calling any function to execute a drawing operation. However, some functions, like wxDC:setFont/2, may be legitimately called even before wxDC:startDoc/2.

This class is derived (and can use functions) from: wxDC

wxWidgets docs: wxPostScriptDC

Data Types

wxPostScriptDC() = wx:wx_object()

Exports

new() -> wxPostScriptDC()
new(PrintData) -> wxPostScriptDC()
Types:

PrintData = wxPrintData:wxPrintData()

Constructs a PostScript printer device context from a wxPrintData object.

destroy(This :: wxPostScriptDC()) -> ok

Destroys the object.

Info

wx 2.4.1 wxWidgets team. Erlang Module Definition