User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.twipstopoints_integer

Table of Contents

ITGIS_RendererAbstract.TwipsToPoints method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.TwipsToPoints | Methods | Properties

Convert the size from to device independent Twips (1/1440 inch) to device points. Used for advanced font sizing.

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

Syntax

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

Parameters

Name Type Description
_size int
Integer
size in twips; if negative then treated as pixels

Result

Type Description
int
Integer
Size in points.

Remarks

This implementation will calculate always on actual canvas PPI while TGIS_Viewer version can provide improper results on non-standard temporary devices like bitmap output on different PPI then default.

2022/11/30 19:09

Page Tools