'Declaration Public Overrides Function GetMeasuredValues( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage _
) As System.Collections.Generic.Dictionary(Of String,Double)
public override System.Collections.Generic.Dictionary<string,double> GetMeasuredValues(
Vintasoft.Imaging.VintasoftImage image
)
public: System.Collections.Generic.Dictionary<string,double*>* GetMeasuredValues(
Vintasoft.Imaging.VintasoftImage* image
); override
public:
System.Collections.Generic.Dictionary<string,double^>^ GetMeasuredValues(
Vintasoft.Imaging.VintasoftImage^ image
); override
Parameters
- image
- An image.
Return Value
A dictionary: value name -> value.
The following value names are supported:
The following value names are supported:
- Key: "Length"; Value: Length of all lines.
- Key: "Line i", where i - line number; Value: Single line length.