public GraphData(GraphRectangle rec, GraphText txt) { this.DataRectangle = rec; this.DataText = txt; }
public static bool IsOnRectangle(Point2d p1, GraphRectangle graphRectangle, double w) { return(false); }