'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 AnnotationRenderer) _
)
protected CompositeAnnotationRenderer(
Vintasoft.Imaging.Annotation.CompositeAnnotationData data,
System.Collections.Generic.IList<AnnotationRenderer> items
)
protected: CompositeAnnotationRenderer(
Vintasoft.Imaging.Annotation.CompositeAnnotationData* data,
System.Collections.Generic.IList<AnnotationRenderer*>* items
)
protected:
CompositeAnnotationRenderer(
Vintasoft.Imaging.Annotation.CompositeAnnotationData^ data,
System.Collections.Generic.IList<AnnotationRenderer^>^ items
)
Parameters
- data
- Object that stores the annotation data.
- items
- Annotation collection for this annotation.