'Declaration Public MustOverride Function GetMeasuredValues( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage _
) As System.Collections.Generic.Dictionary(Of String,Double)
public abstract System.Collections.Generic.Dictionary<string,double> GetMeasuredValues(
Vintasoft.Imaging.VintasoftImage image
)
public: abstract System.Collections.Generic.Dictionary<string,double*>* GetMeasuredValues(
Vintasoft.Imaging.VintasoftImage* image
)
public:
abstract System.Collections.Generic.Dictionary<string,double^>^ GetMeasuredValues(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- An image.
Return Value
A dictionary: value name -> value.