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

Gets the tile size used for tiled printing.

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 parameter in the PrintTile method.
2026/07/11 00:07

Page Tools