User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.unlock_boolean

Table of Contents

TGIS_ViewerWnd.Unlock(bool) method

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.Unlock | Overloads | Constructors | Fields | Methods | Properties | Events

Unlock the viewer but do not redraw

Available also on: Delphi FMX | Java | ActiveX.

Syntax

Implements IGIS_Viewer.Unlock.

// C#
public void Unlock(
  bool _redraw
);
' VisualBasic
Public Sub Unlock(
  ByVal _redraw As Boolean
)
// Oxygene
public
  procedure Unlock(
    _redraw : Boolean
  );

Parameters

Name Type Description
_redraw bool
Boolean
If true then map should be redraw upon unlock; if false then redraw should be issued.
2025/01/31 01:14

Page Tools