Exemple #1
0
            public void TextAnnotation()
            {
                var s1 = new TextAnnotation();
                var s2 = new Annotations.TextAnnotation();

                OxyAssert.PropertiesAreEqual(s2, s1);
            }
 public void TextAnnotation()
 {
     var s1 = new TextAnnotation();
     var s2 = new Annotations.TextAnnotation();
     OxyAssert.PropertiesAreEqual(s1, s2);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref = "TextAnnotation" /> class.
 /// </summary>
 public TextAnnotation()
 {
     InternalAnnotation = new Annotations.TextAnnotation();
 }