Click or drag to resize

selectRangeAreaNamedsetEnd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the end of Area and marks it as closed

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setEnd(
	int x_end,
	int y_end
)
Request Example View Source

Parameters

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