[]
Represents a collection of InkShape objects.
public class InkShapeCollection : ContentObjectCollection<InkShape>, IContentList<InkShape>, IReadOnlyList<InkShape>, IReadOnlyCollection<InkShape>, IEnumerable<InkShape>, IEnumerable
public InkShape Add(XmlDocument content)
content XmlDocumentThe XmlDocument ink content.
public InkShape Add(XmlDocument content, float width, float height)
content XmlDocumentThe XmlDocument ink content.
width floatThe ink width, in points.
height floatThe ink height, in points.
Inserts an InkShape into this collection at a specified location.
public InkShape Insert(XmlDocument content, InsertLocation location)
content XmlDocumentThe XmlDocument ink content.
location InsertLocationThe target InsertLocation for the insertion.
Inserts an InkShape into this collection at a specified location.
public InkShape Insert(XmlDocument content, float width, float height, InsertLocation location)
content XmlDocumentThe XmlDocument ink content.
width floatThe ink width, in points.
height floatThe ink height, in points.
location InsertLocationThe target InsertLocation for the insertion.