DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SynchronizePaint | Methods | Properties
Wait for a pending paint operation to finish.
// C# public WordBool SynchronizePaint( WordBool _interrupt );
' VisualBasic Public Function SynchronizePaint( ByVal _interrupt As WordBool ) As WordBool
// Oxygene public function SynchronizePaint( _interrupt : WordBool ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _interrupt | WordBool | if True, interrupts any pending operation |
| Type | Description |
|---|---|
| WordBool | True if the operation was synchronized; False if synchronization is not possible and the current operation should not continue. |