DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.TwipsToPixels | Overloads | Constructors | Fields | Methods | Properties
Convert the size from to device independent Twips (1/1440 inch) to device dependent pixels. Used to make map device independent.
// Java public int TwipsToPixels( int _size );
// Oxygene public function TwipsToPixels( _size : Integer ) : Integer;
Name | Type | Description |
---|---|---|
_size | int Integer | size in twips; if negative then treated as pixels |
Type | Description |
---|---|
int Integer | Size in twips. |
This implementation will calculate always on actual canvas PPI while TGIS_Viewer version can provide improper results on non-standard temporary devices like bitmap output on different PPI then default. Maximum value is 4096 * PPI / 96.