DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.TwipsToPixels | Methods | Properties
Convert the size from to device independent Twips (1/1440 inch) to device dependent pixels. Used to make map device independent.
// C# public int TwipsToPixels( int _size );
' VisualBasic Public Function TwipsToPixels( ByVal _size As Integer ) As Integer
// 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. |