Click or drag to resize

ImgPropertyItemGetInt32Pair Method

Gets the value stored as Int32 pair.

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

Return Value

Type: TupleInt32, Int32
Value stored as Int32 pair.
See Also