size of axes in pixels

Hello,

I have been unable to discover in the docs a method for discovering the
exact size in pixels of an axes.

The only way I have thought of is to get the size of the canvas via
FigureCanvas.get_width_height() and then multiply by the results of
axes.get_position(), but really I want to have the exact size in pixels.

Thank you,
Glen Mabey