DK11 for Java | tatukgis.jdk.IGIS_Viewer.PixelsToTwips | Methods | Properties
Convert size from device dependent pixels to device independent Twips (1/1440 inch). Used to make map device independent.
// Java public abstract int PixelsToTwips( int _size );
// Oxygene public function PixelsToTwips( _size : Integer ) : Integer;
Name | Type | Description |
---|---|---|
_size | int Integer | size in pixels; absolute value will be taken |
Type | Description |
---|---|
int Integer | Size in twips. |