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

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