DK for .NET | TatukGIS.NDK.IGIS_Viewer.SynchronizePaint | Methods | Properties
Wait for pending paint operation to be finalized.
// C# public bool SynchronizePaint( bool _interrupt );
' VisualBasic Public Function SynchronizePaint( ByVal _interrupt As Boolean ) As Boolean
// Oxygene public function SynchronizePaint( _interrupt : Boolean ) : Boolean;
| Name | Type | Description |
|---|---|---|
| _interrupt | bool Boolean | interrupts any pending operation |
| Type | Description |
|---|---|
| bool Boolean | True if operation were synchronized; False if synchronization is not possible and current operation should not continue. |