IDrawingGuidesCollection
IDrawingGuidesCollection interface
Represents a collection of the adjustable drawing guides.
public interface IDrawingGuidesCollection : IEnumerable<IDrawingGuide>
Properties
| Name | Description |
|---|
| Count { get; } | Gets the number of all elements in the collection. Read-only Int32. |
| Item { get; } | Returns the drawing guide by index. Read-only IDrawingGuide. |
Methods
| Name | Description |
|---|
| Add(Orientation, float) | Adds the drawing guide at the end of the collection. |
| Clear() | Removes all elements from the collection. |
| RemoveAt(int) | Removes the drawing guide at the specified index. |
See Also