User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.restorepaintstate_itbaseobject

Table of Contents

IGIS_Viewer.RestorePaintState method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.RestorePaintState | Methods | Properties

Restore and free the current paint state.

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

Syntax

// C#
public void RestorePaintState(
  ref ITBaseObject _state
);
' VisualBasic
Public Sub RestorePaintState(
  ByRef _state As ITBaseObject
)
// Oxygene
public
  procedure RestorePaintState(
    var _state : ITBaseObject
  );

Parameters

Name Type Description
_state ITBaseObject paint state to restore

Remarks

Restores a paint state previously returned by StorePaintState and clears the stored state reference. Used by printing methods.

2026/07/11 00:07

Page Tools