User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.restorepaintstate_tobject

Table of Contents

IGIS_Viewer.RestorePaintState method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.RestorePaintState | Methods | Properties

Restore and free the current paint state.

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

Syntax

// Delphi
public
  procedure RestorePaintState(
    var _state : TObject
  );
// C++ Builder
public:
  void RestorePaintState(
    TObject* &_state
  ) = 0;

Parameters

Name Type Description
_state TObject paint state to be restored

Remarks

Utility function for printing methods. See storePaintState.

2022/11/16 01:17

Page Tools