Click or drag to resize

DeviceSetRegion Method

Note: This API is now obsolete.

This method writes a region back to the device.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
[ObsoleteAttribute("Deprecated, Use SetDeviceRegion instead.")]
public void SetRegion(
	Region r
)

Parameters

r
Type: ProScriptRegion
region to set
See Also