Click or drag to resize

ImgPropertyItem Constructor (Int32, TupleInt32, Int32)

Initializes a new instance of the ImgPropertyItem class.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public ImgPropertyItem(
	int id,
	Tuple<int, int> value
)

Parameters

id
Type: SystemInt32
The identifier.
value
Type: SystemTupleInt32, Int32
The value.
See Also