IDrawingGuidesCollection

IDrawingGuidesCollection 接口

表示一个可调节绘图指南的集合。

public interface IDrawingGuidesCollection : IEnumerable<IDrawingGuide>

属性

名称描述
Count { get; }获取集合中所有元素的数量。只读 Int32。
Item { get; }通过索引返回绘图指南。只读 IDrawingGuide

方法

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

参见