- 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
- wxDC::GetSize.
+ 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 wxDC::GetSize().