Esempio n. 1
0
            public void EllipseAnnotation()
            {
                var s1 = new EllipseAnnotation();
                var s2 = new Annotations.EllipseAnnotation();

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