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