Click or drag to resize

selectZone Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the selectZone class

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectZone(
	int _x,
	int _y,
	int _w,
	int _h
)
Request Example View Source

Parameters

_x
Type: SystemInt32
_y
Type: SystemInt32
_w
Type: SystemInt32
_h
Type: SystemInt32
See Also