'Declaration Public Overloads Function Insert( _ ByVal content As System.Xml.XmlDocument, _ ByVal location As InsertLocation _ ) As InkShape
public InkShape Insert( System.Xml.XmlDocument content, InsertLocation location )
Parameters
- content
- The System.Xml.XmlDocument ink content.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted InkShape.