'Declaration Protected Function New( _
ByVal dataObject that stores the annotation data.As Vintasoft.Imaging.Annotation.CompositeAnnotationData, _
ByVal itemsAnnotation collection for this annotation.As System.Collections.Generic.IList(Of WpfAnnotationView) _
)
protected WpfCompositeAnnotationView(
Vintasoft.Imaging.Annotation.CompositeAnnotationData data,
System.Collections.Generic.IList<WpfAnnotationView> items
)
protected: WpfCompositeAnnotationView(
Vintasoft.Imaging.Annotation.CompositeAnnotationData* data,
System.Collections.Generic.IList<WpfAnnotationView*>* items
)
protected:
WpfCompositeAnnotationView(
Vintasoft.Imaging.Annotation.CompositeAnnotationData^ data,
System.Collections.Generic.IList<WpfAnnotationView^>^ items
)
Parameters
- data
- Object that stores the annotation data.
- items
- Annotation collection for this annotation.