AddInkShape(XmlDocument) Method
In This Topic
Adds an
InkShape> to the end of the group shape.
Syntax
'Declaration
Public Overloads Function AddInkShape( _
ByVal As System.Xml.XmlDocument _
) As InkShape
public InkShape AddInkShape(
System.Xml.XmlDocument
)
Parameters
- content
- The System.Xml.XmlDocument ink content.
Return Value
See Also