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