[]
Adds an InkShape> to the end of the run.
public InkShape AddInkShape(XmlDocument content)
Public Function AddInkShape(content As XmlDocument) As InkShape
| Type | Name | Description |
|---|---|---|
| XmlDocument | content | The System.Xml.XmlDocument ink content. |
| Type | Description |
|---|---|
| InkShape | The added InkShape. |
Adds an InkShape to the end of the run.
public InkShape AddInkShape(XmlDocument content, float width, float height)
Public Function AddInkShape(content As XmlDocument, width As Single, height As Single) 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. |
| Type | Description |
|---|---|
| InkShape | The added InkShape. |