IDrawingGuidesCollection

IDrawingGuidesCollection 接口

表示可调绘图参考线的集合。

public interface IDrawingGuidesCollection : IEnumerable<IDrawingGuide>

属性

名称描述
Count { get; }获取集合中所有元素的数量。只读 Int32。
Item { get; }根据索引返回绘图参考线。只读 IDrawingGuide

方法

名称描述
Add(Orientation, float)在集合末尾添加绘图参考线。
Clear()从集合中移除所有元素。
RemoveAt(int)移除指定索引处的绘图参考线。

另请参见