DrawingGuidesCollection
Contents
[
Hide
]DrawingGuidesCollection class
Represents a collection of the adjustable drawing guides.
public sealed class DrawingGuidesCollection : IDrawingGuidesCollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Returns the number of 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. |
| CopyTo(IDrawingGuide[], int) | Copies all elements from the collection to the specified array. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| RemoveAt(int) | Removes the drawing guide at the specified index. |
See Also
- interface IDrawingGuidesCollection
- namespace Aspose.Slides
- assembly Aspose.Slides