DK for .NET | TatukGIS.NDK.WinForms.TGIS_Viewer3DBase.Create | Constructors | Fields | Methods | Properties | Events
Construct an instance of 3D Viewer
// 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;
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 |