DK11 for Delphi | GisViewer.TGIS_Viewer.TwipsToPixels | Constructors | Fields | Methods | Properties | Events
Convert the size from to device independent Twips (1/1440 inch) to device dependent pixels. Used to make map device independent.
Implements IGIS_Viewer.TwipsToPixels.
// Delphi public function TwipsToPixels( const _size : Integer ) : Integer; inline;
// C++ Builder public: int TwipsToPixels( const int _size );
Name | Type | Description |
---|---|---|
_size | Integer | size in twips; if negative then treated as pixels |
Type | Description |
---|---|
Integer | Size in twips. |