Click or drag to resize

selectRangeArea Constructor (Int32, Int32, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Absolute coordinate constructor: TopLeft + BottomRight. 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(
	int x,
	int y,
	int x_end,
	int y_end
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
x_end
Type: SystemInt32
The x end.
y_end
Type: SystemInt32
The y end.
See Also