Click or drag to resize

DeviceSaveRegions Method

Note: This API is now obsolete.

This method will either discard region edits or save region edits persistently.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
[ObsoleteAttribute("Deprecated, Use SaveScreensRegions instead.")]
public void SaveRegions(
	bool commit
)

Parameters

commit
Type: SystemBoolean
whether to save (true) or discard (false) the changes
See Also