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