Add
IDrawingGuidesCollection.Add 方法
在集合的末尾添加绘图指南。
public IDrawingGuide Add(Orientation orientation, float position)
参数 | 类型 | 描述 |
---|---|---|
orientation | Orientation | 绘图指南的方向。 |
position | Single | 绘图指南在点中的位置。 |
在集合的末尾添加绘图指南。
public IDrawingGuide Add(Orientation orientation, float position)
参数 | 类型 | 描述 |
---|---|---|
orientation | Orientation | 绘图指南的方向。 |
position | Single | 绘图指南在点中的位置。 |