DK11 for Python | tatukgis.pdk.TGIS_RendererAbstract.TwipsToPixels | Overloads | Constructors | Methods | Properties
Convert the size from to device independent Twips (1/1440 inch) to device dependent pixels. Used to make map device independent.
# Python def TwipsToPixels( self, _size: int ) -> int:
Name | Type | Description |
---|---|---|
_size | int | size in twips; if negative then treated as pixels |
Type | Description |
---|---|
int | Size in twips. |