Click or drag to resize

selectRangeAreareset Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets new position and optionally new size

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void reset(
	int __x,
	int __y,
	int __width = -1,
	int __height = -1
)
Request Example View Source

Parameters

__x
Type: SystemInt32
The x.
__y
Type: SystemInt32
The y.
__width (Optional)
Type: SystemInt32
The width - leave -1 to keep it unchanged
__height (Optional)
Type: SystemInt32
The height - leave -1 to keep it unchanged
See Also