User Tools

Site Tools


api:dk11:delphi:gisviewer3dbase.tgis_viewer3dbase.printbegin_integer_integer

Table of Contents

TGIS_Viewer3DBase.PrintBegin method

Syntax

// Delphi
public
  function PrintBegin(
    const _width : Integer;
    const _height : Integer
  ) : TPoint;
// C++ Builder
public:
  TPoint* PrintBegin(
    const int _width,
    const int _height
  );

Parameters

Name Type Description
_width Integer
_height Integer

Result

Type Description
TPoint
2022/11/30 19:19

Page Tools