'Declaration Protected Sub DeserializeRulerAnnotationData( _
ByVal annotationDataAnnotation data.As Vintasoft.Imaging.Annotation.RulerAnnotationData, _
ByVal annotationInfoDictionary that contains information about names and values of annotation properties.As System.Collections.Generic.Dictionary(Of String,Object) _
)
protected void DeserializeRulerAnnotationData(
Vintasoft.Imaging.Annotation.RulerAnnotationData annotationData,
System.Collections.Generic.Dictionary<string,object> annotationInfo
)
protected: void DeserializeRulerAnnotationData(
Vintasoft.Imaging.Annotation.RulerAnnotationData annotationData,
System.Collections.Generic.Dictionary<string,object*>* annotationInfo
)
protected:
void DeserializeRulerAnnotationData(
Vintasoft.Imaging.Annotation.RulerAnnotationData annotationData,
System.Collections.Generic.Dictionary<string,object^>^ annotationInfo
)
Parameters
- annotationData
- Annotation data.
- annotationInfo
- Dictionary that contains information about names and values of annotation properties.