Click or drag to resize

selectRangeArearesize Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Resizes the area to specified width and height. Negative values will be ignored. Use -1 to keep a dimension unchanged.

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

Parameters

__width
Type: SystemInt32
The width. Negative value will be ignored. Use -1 to keep it unchanged.
__height (Optional)
Type: SystemInt32
The height. Negative value will be ignored. Use -1 to keep it unchanged.
See Also