示例#1
0
 public static extern int agnnodes(GraphHandle graph);
示例#2
0
 public static extern int gvRenderJobs(SafeContextHandle gvc, GraphHandle g);
示例#3
0
 public static extern int gvFreeLayout(SafeContextHandle gvc, GraphHandle g);
示例#4
0
 public static extern int gvRender(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, IntPtr FILE_out);
示例#5
0
 public static extern unsafe int gvRenderContext(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, void *context);
示例#6
0
 public static extern string agxget(GraphHandle component, int unk2);
示例#7
0
 public static extern int gvLayoutJobs(SafeContextHandle gvc, GraphHandle g);
示例#8
0
 public static extern NodeHandle aglstnode(GraphHandle graph);
示例#9
0
 public static extern NodeHandle agprvnode(GraphHandle graph, NodeHandle node);
示例#10
0
 public static extern int agcontains(GraphHandle graph, EdgeHandle component);
示例#11
0
 public static extern NodeHandle agfindnode(GraphHandle graph, [MarshalAs(UnmanagedType.LPStr)] string name);
示例#12
0
 public static extern void agdelete(GraphHandle graph, EdgeHandle component);
示例#13
0
 public static extern void aginsert(GraphHandle graph, EdgeHandle component);
示例#14
0
 public static extern int agnedges(GraphHandle graph);
示例#15
0
 public static extern SymbolHandle agprvattr(GraphHandle component, SymbolHandle attribute);
示例#16
0
 public static extern EdgeHandle agfindedge(GraphHandle graph, NodeHandle tail, NodeHandle head);
示例#17
0
 public static extern string agget(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
示例#18
0
 public static extern EdgeHandle agnxtedge(GraphHandle graph, EdgeHandle edge, NodeHandle node);
示例#19
0
 public static extern int gvLayout(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string engine);
示例#20
0
 public static extern EdgeHandle agfstout(GraphHandle graph, NodeHandle node);
示例#21
0
 public static extern void attach_attrs(GraphHandle g);
示例#22
0
 public static extern EdgeHandle agnxtout(GraphHandle graph, EdgeHandle edge);
示例#23
0
 public static extern int gvRenderFilename(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, [MarshalAs(UnmanagedType.LPStr)] string filename);
示例#24
0
 public static extern SymbolHandle agedgeattr(GraphHandle edge, [MarshalAs(UnmanagedType.LPStr)] string name, [MarshalAs(UnmanagedType.LPStr)] string value);
示例#25
0
 public static extern unsafe int gvRenderData(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, byte **result, uint *length);
示例#26
0
 public static extern SymbolHandle agfindattr(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string name);
示例#27
0
 public static extern int agxset(GraphHandle component, int unk2, [MarshalAs(UnmanagedType.LPStr)] string unk3);
示例#28
0
 public static extern SymbolHandle aglstattr(GraphHandle component);
示例#29
0
 public static extern int agindex(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
示例#30
0
 public static extern EdgeHandle agprotoedge(GraphHandle graph);