Exemplo n.º 1
0
 /// <summary>
 /// Creates a new annotation collection
 /// </summary>
 public AnnotationCollection(PictureBoxEx owner, Annotation[] annotations)
     : this(annotations)
 {
     this.owner = owner;
 }
Exemplo n.º 2
0
            /// <summary>
            /// Creates a new annotation collection
            /// </summary>
            public AnnotationCollection(PictureBoxEx owner)
            {
                this.owner = owner;

                AnnotationsChanged += new EventHandler(OnAnnotationCollection_AnnotationsChanged);
            }