DrawingGuidesCollection

DrawingGuidesCollection class

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

public sealed class DrawingGuidesCollection : IDrawingGuidesCollection

Properties

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

Methods

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

See Also