Sha256: 6c6aef26900e1b4be6b3e47c99cac2781d463fe64f4e56f862391f596ece4310
Contents?: true
Size: 914 Bytes
Versions: 1
Compression:
Stored size: 914 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/doc/gen/prt/post_script_dc.rb |