AddInkShape(XmlDocument,Single,Single) 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, _
ByVal As System.Single, _
ByVal As System.Single _
) As InkShape
public InkShape AddInkShape(
System.Xml.XmlDocument ,
System.float ,
System.float
)
Parameters
- content
- The System.Xml.XmlDocument ink content.
- width
- The ink width, in points.
- height
- The ink height, in points.
Return Value
See Also