[]
Represents a collection of CanvasShape objects.
public class CanvasShapeCollection : ContentObjectCollection<CanvasShape>, IContentList<CanvasShape>, IReadOnlyList<CanvasShape>, IReadOnlyCollection<CanvasShape>, IEnumerable<CanvasShape>, IEnumerable
Public Class CanvasShapeCollection
Inherits ContentObjectCollection(Of CanvasShape)
Implements IContentList(Of CanvasShape), IReadOnlyList(Of CanvasShape), IReadOnlyCollection(Of CanvasShape), IEnumerable(Of CanvasShape), IEnumerable
| Name | Description |
|---|---|
| Add() | Adds a CanvasShape to this collection at the End location. |
| Add(float, float) | Adds a CanvasShape to this collection at the End location. |
| Insert(InsertLocation) | Inserts a CanvasShape into this collection at a specified location. |
| Insert(float, float, InsertLocation) | Inserts a CanvasShape into this collection at a specified location. |