Click or drag to resize

selectRangeArea Constructor (selectRange, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Starting point, width and height. Initializes a new instance of the selectRangeArea struct.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRangeArea(
	selectRange start,
	int width,
	int height
)
Request Example View Source

Parameters

start
Type: imbSCI.Core.reporting.zoneselectRange
The start.
width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
See Also