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