GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxPostScriptDC(3) Erlang Module Definition wxPostScriptDC(3)

wxPostScriptDC - Functions for wxPostScriptDC class

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

wxPostScriptDC() = wx:wx_object()

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.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.