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 be restored

Remarks

Utility function for printing methods. See storePaintState.

2025/01/31 01:03

Page Tools