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