[]
Represents a collection of Shape objects.
public class ShapeCollection : ContentObjectCollection<Shape>, IContentList<Shape>, IReadOnlyList<Shape>, IReadOnlyCollection<Shape>, IEnumerable<Shape>, IEnumerable
Public Class ShapeCollection
Inherits ContentObjectCollection(Of Shape)
Implements IContentList(Of Shape), IReadOnlyList(Of Shape), IReadOnlyCollection(Of Shape), IEnumerable(Of Shape), IEnumerable
Name | Description |
---|---|
Add() | Inserts a new 100 x 100 points Rectangle Shape into this collection at the End location. |
Add(float, float, GeometryType) | Inserts a new Shape with a specified size into this collection at the End location. |
Add(float, float, string) | Inserts a new Rectangle Shape with a specified size and text into this collection at the End location. |
Add(float, float, string, GeometryType) | Inserts a new Shape with a specified size, text and geometry into this collection at the End location. |
Insert(InsertLocation) | Inserts a new 100 x 100 points Rectangle Shape into this collection at a specified location. |
Insert(float, float, GeometryType, InsertLocation) | Inserts a new Shape with a specified size and geometry into this collection at a specified location. |
Insert(float, float, InsertLocation) | Inserts a new Rectangle Shape with a specified size into this collection at a specified location. |
Insert(float, float, string, GeometryType, InsertLocation) | Inserts a new Shape with a specified size, text and geometry into this collection at a specified location. |
Insert(float, float, string, InsertLocation) | Inserts a new Rectangle Shape with a specified size and text into this collection at a specified location. |