1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.MappingMode:
==========================================================================================================================================
|phoenix_title| **wx.MappingMode**
==========================================================================================================================================
The `MappingMode` enumeration provides the following values:
================================================================================ ================================================================================
**Description** **Value**
================================================================================ ================================================================================
``wx.MM_TEXT`` Each logical unit is 1 device pixel.
``wx.MM_METRIC`` Each logical unit is 1 millimeter.
``wx.MM_LOMETRIC`` Each logical unit is 1/10 of a millimeter.
``wx.MM_TWIPS`` Each logical unit is 1/20 of a `"printer point"`, or 1/1440 of an inch (also known as "twip").
``wx.MM_POINTS`` Each logical unit is a `"printer point"` i.e. 1/72 of an inch.
================================================================================ ================================================================================
|
|