User Tools

Site Tools


api:dk11:delphi:gisviewer3dbase.tgis_viewer3dbase.initialredraw_tgis_extent_boolean

Table of Contents

TGIS_Viewer3DBase.InitialRedraw method

Syntax

// Delphi
public
  function InitialRedraw(
    const _extent : TGIS_Extent;
    const _initdraw : Boolean
  ) : Boolean;
// C++ Builder
public:
  bool InitialRedraw(
    TGIS_Extent* const _extent,
    const bool _initdraw
  );

Parameters

Name Type Description
_extent TGIS_Extent
_initdraw Boolean

Result

Type Description
Boolean
2022/11/30 19:19

Page Tools