Click or drag to resize

DeviceSetDeviceRegion Method

This method writes a region back to the device. This is used for firmware versions 4.0 and above.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetDeviceRegion(
	Region r
)

Parameters

r
Type: ProScriptRegion
region to set
See Also