Beispiel #1
0
 /// <summary>
 /// Free the layout
 /// </summary>
 protected void FreeLayout()
 {
     if (GraphVizCore.gvFreeLayout(GVContext, GVGraph) != 0)
     {
         throw new Exception("Error while freeing the layout");
     }
 }