| ISTSeriesDeviceSetRegionDimensions Method  |   | 
            Sets the size of the region.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxvoid SetRegionDimensions(
	int regionNumber,
	int left,
	int right,
	int top,
	int bottom
)
Sub SetRegionDimensions ( 
	regionNumber As Integer,
	left As Integer,
	right As Integer,
	top As Integer,
	bottom As Integer
)
void SetRegionDimensions(
	int regionNumber, 
	int left, 
	int right, 
	int top, 
	int bottom
)
abstract SetRegionDimensions : 
        regionNumber : int * 
        left : int * 
        right : int * 
        top : int * 
        bottom : int -> unit 
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