User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.pixelstotwips_integer

Table of Contents

IGIS_Viewer.PixelsToTwips method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.PixelsToTwips | Methods | Properties

Convert size from device dependent pixels to device independent Twips (1/1440 inch). Used to make map device independent.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public int PixelsToTwips(
  int _size
);
' VisualBasic
Public Function PixelsToTwips(
  ByVal _size As Integer
) As Integer
// Oxygene
public
  function PixelsToTwips(
    _size : Integer
  ) : Integer;

Parameters

Name Type Description
_size int
Integer
size in pixels; absolute value will be taken

Result

Type Description
int
Integer
Size in twips.
2025/01/31 01:03

Page Tools