User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.synchronizepaint_wordbool

Table of Contents

IGIS_Viewer.SynchronizePaint method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SynchronizePaint | Methods | Properties

Wait for pending paint operation to be finalized.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public WordBool SynchronizePaint(
  WordBool _interrupt
);
' VisualBasic
Public Function SynchronizePaint(
  ByVal _interrupt As WordBool
) As WordBool
// Oxygene
public
  function SynchronizePaint(
    _interrupt : WordBool
  ) : WordBool;

Parameters

Name Type Description
_interrupt WordBool interrupts any pending operation

Result

Type Description
WordBool True if operation were synchronized; False if synchronization is not possible and current operation should not continue.
2025/01/31 01:03

Page Tools