DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.RestorePaintState | Methods | Properties
Restore and free the current paint state.
// C# public void RestorePaintState( ref ITBaseObject _state );
' VisualBasic Public Sub RestorePaintState( ByRef _state As ITBaseObject )
// Oxygene public procedure RestorePaintState( var _state : ITBaseObject );
| Name | Type | Description |
|---|---|---|
| _state | ITBaseObject | paint state to restore |
Restores a paint state previously returned by StorePaintState and clears the stored state reference. Used by printing methods.