[]
Inserts an InkShape into this collection at a specified location.
public InkShape Insert(XmlDocument content, InsertLocation location)
Public Function Insert(content As XmlDocument, location As InsertLocation) As InkShape
Type | Name | Description |
---|---|---|
XmlDocument | content | The System.Xml.XmlDocument ink content. |
InsertLocation | location | The 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)
Public Function Insert(content As XmlDocument, width As Single, height As Single, location As InsertLocation) As InkShape
Type | Name | Description |
---|---|---|
XmlDocument | content | The System.Xml.XmlDocument ink content. |
float | width | The ink width, in points. |
float | height | The ink height, in points. |
InsertLocation | location | The target InsertLocation for the insertion. |