User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewer.synchronizepaint_boolean

Table of Contents

IGIS_Viewer.SynchronizePaint method

DK11 for Java | tatukgis.jdk.IGIS_Viewer.SynchronizePaint | Methods | Properties

Wait for pending paint operation to be finalized.

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

Syntax

// Java
public abstract bool SynchronizePaint(
  bool _interrupt
);
// Oxygene
public
  function SynchronizePaint(
    _interrupt : Boolean
  ) : Boolean;

Parameters

Name Type Description
_interrupt bool
Boolean
interrupts any pending operation

Result

Type Description
bool
Boolean
True if operation were synchronized; False if synchronization is not possible and current operation should not continue.
2022/11/16 01:52

Page Tools