【发布时间】:2013-02-19 10:17:46
【问题描述】:
我正在使用 GraphViz 来确定我的 C# 应用程序中的控件位置。
但我无法为 graphViz 点生成器提供输出的宽度。
这是我使用的点文件的参数
Digraph x {
autosize=false;
size="25.7,8.3!";
resolution=100;
node [shape=rect];
(edges definitions comes here)
...
但是好像对生成的明文文件没有影响。
我是否遗漏了一些设置页面宽度的内容?
问候
【问题讨论】: