Sha256: 52d3f79bd6d855dc9a46f4810545e950ca62b8a5cba70c8c7bf9594a74eb9390
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.2-x64-mingw-ucrt | lib/wx/doc/gen/prt/post_script_dc.rb |