vote up 0 vote down star

In wxWidgets, how can you find the pixels per inch on a wxDC? I'd like to be able to scale things by a real world number like inches. That often makes it easier to use the same code for printing to the screen and the printer.

flag

2 Answers

vote up 2 vote down check

does this help? (from the manual)

wxDC::GetPPI
wxSize GetPPI() const

Returns the resolution of the device in pixels per inch.
link|flag
vote up 2 vote down

...or wxDC::GetSizeMM which return the horizontal and vertical resolution in millimetres.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.