[]
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, float width, float height)
content
System.Xml.XmlDocumentThe System.Xml.XmlDocument ink content.
width
floatThe ink width, in points.
height
floatThe ink height, in points.
public InkShape Add(XmlDocument content)
content
System.Xml.XmlDocumentThe System.Xml.XmlDocument ink content.
Inserts an InkShape into this collection at a specified location.
public InkShape Insert(XmlDocument content, InsertLocation location)
content
System.Xml.XmlDocumentThe System.Xml.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
System.Xml.XmlDocumentThe System.Xml.XmlDocument ink content.
width
floatThe ink width, in points.
height
floatThe ink height, in points.
location
InsertLocationThe target InsertLocation for the insertion.