Click or drag to resize
ISTSeriesDeviceSetRegionDimensions Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Sets the size of the region.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
void SetRegionDimensions(
	int regionNumber,
	int left,
	int right,
	int top,
	int bottom
)

Parameters

regionNumber
Type: SystemInt32
The region number.
left
Type: SystemInt32
Sets the left x position of the button.
right
Type: SystemInt32
Sets the right x position of the button.
top
Type: SystemInt32
Set the top Y position of the button.
bottom
Type: SystemInt32
Sets the bottom Y position of the button.
See Also