User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.synchronizepaint_boolean

Table of Contents

TGIS_Viewer.SynchronizePaint method

DK11 for Delphi | GisViewer.TGIS_Viewer.SynchronizePaint | Constructors | Fields | Methods | Properties | Events

Wait for pending paint operation to be finalized.

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

Syntax

Implements IGIS_Viewer.SynchronizePaint.

// Delphi
public
  function SynchronizePaint(
    const _interrupt : Boolean
  ) : Boolean;
// C++ Builder
public:
  bool SynchronizePaint(
    const bool _interrupt
  );

Parameters

Name Type Description
_interrupt Boolean interrupts any pending operation

Result

Type Description
Boolean True if operation were synchronized; False if synchronization is not possible and current operation should not continue.
2022/11/30 19:19

Page Tools