User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewer3dbase.create_thandle_igis_viewer_tgis_extent_boolean

Table of Contents

TGIS_Viewer3DBase.TGIS_Viewer3DBase() constructor

DK for .NET | TatukGIS.NDK.WinForms.TGIS_Viewer3DBase.Create | Constructors | Fields | Methods | Properties | Events

Construct an instance of 3D Viewer

Available also on: Delphi | Python.

Syntax

// C#
public virtual TGIS_Viewer3DBase(
  THandle _hwnd,
  IGIS_Viewer _viewer,
  TGIS_Extent _extent,
  bool _initdraw
);
' VisualBasic
Public Overridable Sub New(
  ByVal _hwnd As THandle,
  ByVal _viewer As IGIS_Viewer,
  ByVal _extent As TGIS_Extent,
  ByVal _initdraw As Boolean
)
// Oxygene
public
  constructor (
    _hwnd : THandle;
    _viewer : IGIS_Viewer;
    _extent : TGIS_Extent;
    _initdraw : Boolean
  ); virtual;

Parameters

Name Type Description
_hwnd THandle handle to a window in which viewer should be constructed; if 0 then object will be created on _viewer
_viewer IGIS_Viewer master viewer window
_extent TGIS_Extent extent restriction (all objects outside will be cut off)
_initdraw bool
Boolean
draw initial view if True, do not draw if False

Remarks

To support automatic mouse handling object should be created on a

2025/01/31 01:14

Page Tools