DrawingGuidesCollection

DrawingGuidesCollection 类

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

public sealed class DrawingGuidesCollection : IDrawingGuidesCollection

属性

NameDescription
Count { get; }返回集合中元素的数量。只读 Int32.
Item { get; }按索引返回绘图指南。只读 IDrawingGuide.

方法

NameDescription
Add(Orientation, float)在集合的末尾添加绘图指南。
Clear()删除集合中的所有元素。
CopyTo(IDrawingGuide[], int)将集合中的所有元素复制到指定的数组。
GetEnumerator()返回一个遍历集合的枚举器。
RemoveAt(int)移除指定索引处的绘图指南。

另请参见