Esempio n. 1
0
 public static extern int GvRenderData(GraphvizHandle gvc, CgraphHandle cgraph, string format, out IntPtr result, out int length);
Esempio n. 2
0
 public static extern int GvFreeLayout(GraphvizHandle gvc, CgraphHandle cgraph);
Esempio n. 3
0
 public static extern IntPtr GvcBuildDate(GraphvizHandle gvc);
Esempio n. 4
0
 public static extern int GvLayout(GraphvizHandle gvc, CgraphHandle cgraph, string engine);
Esempio n. 5
0
 public static extern IntPtr GvcVersion(GraphvizHandle gvc);