Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Run Class / AddInkShape Method / AddInkShape(XmlDocument,Single,Single) Method
The System.Xml.XmlDocument ink content.
The ink width, in points.
The ink height, in points.

In This Topic
    AddInkShape(XmlDocument,Single,Single) Method
    In This Topic
    Adds an InkShape to the end of the run.
    Syntax
    'Declaration
     
    Public Overloads Function AddInkShape( _
       ByVal content As System.Xml.XmlDocument, _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    ) As InkShape
    public InkShape AddInkShape( 
       System.Xml.XmlDocument content,
       System.float width,
       System.float height
    )

    Parameters

    content
    The System.Xml.XmlDocument ink content.
    width
    The ink width, in points.
    height
    The ink height, in points.

    Return Value

    The added InkShape.
    See Also