Sha256: a1cb190a6bb9fc68e89cdb2e5f8baf40ba27893d31228c729c0ed085567b16ab
Contents?: true
Size: 1.27 KB
Versions: 5
Compression:
Stored size: 1.27 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::PRT # A printer device context is specific to MSW and Mac, and allows access to any printer with a Windows or Macintosh driver. # See {Wx::DC} for further information on device contexts, and {Wx::DC#get_size} for advice on achieving the correct scaling for the page. # === # # Category: Printing Framework # @see Printing Framework Overview # @see Wx::DC # # # # @note This class is <b>untracked</b> and should not be derived from nor instances extended! class PrinterDC < DC # Return the rectangle in device coordinates that corresponds to the full paper area, including the nonprinting regions of the paper. # The point (0,0) in device coordinates is the top left corner of the page rectangle, which is the printable area on MSW and Mac. The coordinates of the top left corner of the paper rectangle will therefore have small negative values, while the bottom right coordinates will be somewhat larger than the values returned by {Wx::DC#get_size}. # @return [Wx::Rect] def get_paper_rect; end alias_method :paper_rect, :get_paper_rect end # PrinterDC end
Version data entries
5 entries across 5 versions & 1 rubygems