User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.printbegin_integer_integer

Table of Contents

IGIS_Viewer3D.PrintBegin method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.PrintBegin | Methods | Properties

Get size of tile used while tiling.

Available also on: Python.

Syntax

// C#
public ITPoint PrintBegin(
  int _width,
  int _height
);
' VisualBasic
Public Function PrintBegin(
  ByVal _width As Integer,
  ByVal _height As Integer
) As ITPoint
// Oxygene
public
  function PrintBegin(
    _width : Integer;
    _height : Integer
  ) : ITPoint;

Parameters

Name Type Description
_width int
Integer
output bitmap width
_height int
Integer
output bitmap height

Result

Type Description
ITPoint Tile size to be used as a param in PrintTile method
2025/01/31 01:03

Page Tools