Click or drag to resize

ImgPropertyItemGetUInt32Pair Method

Gets the value stored as UInt32 pair.

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

Return Value

Type: TupleUInt32, UInt32
Value stored as UInt32 pair.
See Also