Click or drag to resize

ImgPropertyItemGetInt32PairArray Method

Gets the value stored as array of Int32 pairs.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public Tuple<int, int>[] GetInt32PairArray()

Return Value

Type: TupleInt32, Int32
Value stored as array of Int32 pairs.
See Also