Insert(XmlDocument,Single,Single,InsertLocation) Method
In This Topic
Inserts an
InkShape into this collection at a specified location.
Syntax
'Declaration
Public Overloads Function Insert( _
ByVal As System.Xml.XmlDocument, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As InsertLocation _
) As InkShape
public InkShape Insert(
System.Xml.XmlDocument ,
System.float ,
System.float ,
InsertLocation
)
Parameters
- content
- The System.Xml.XmlDocument ink content.
- width
- The ink width, in points.
- height
- The ink height, in points.
- location
- The target InsertLocation for the insertion.
Return Value
See Also