DK11 for Delphi | GisViewer.TGIS_Viewer.PixelsToTwips | Constructors | Fields | Methods | Properties | Events
Convert size from device dependent pixels to device independent Twips (1/1440 inch). Used to make map device independent.
Implements IGIS_Viewer.PixelsToTwips.
// Delphi public function PixelsToTwips( const _size : Integer ) : Integer; inline;
// C++ Builder public: int PixelsToTwips( const int _size );
Name | Type | Description |
---|---|---|
_size | Integer | size in pixels; absolute value will be taken |
Type | Description |
---|---|
Integer | Size in twips. |