Sha256: a251ad0568c94fde7dba933ad82c85dd73733cf406323ffd06e569510029a875
Contents?: true
Size: 920 Bytes
Versions: 2
Compression:
Stored size: 920 Bytes
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::PRT # This defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform. # # See {Wx::DC} for descriptions of the member functions. # # ## Starting a document # # Document should be started with call to {Wx::PRT::PostScriptDC#start_doc} prior to calling any function to execute a drawing operation. However, some functions, like {Wx::PRT::PostScriptDC#set_font}, may be legitimately called even before {Wx::PRT::PostScriptDC#start_doc}. # # Category: Device Contexts # # # @note This class is <b>untracked</b> and should not be derived from nor instances extended! # @wxrb_require USE_PRINTING_ARCHITECTURE class PostScriptDC < DC end # PostScriptDC end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.4-x64-mingw-ucrt | lib/wx/doc/gen/prt/post_script_dc.rb |
wxruby3-0.9.3-x64-mingw-ucrt | lib/wx/doc/gen/prt/post_script_dc.rb |