[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InkShapeCollection.Insert

Insert Method

Insert(XmlDocument, InsertLocation)

Inserts an InkShape into this collection at a specified location.

Declaration
public InkShape Insert(XmlDocument content, InsertLocation location)
Public Function Insert(content As XmlDocument, location As InsertLocation) As InkShape
Parameters
Type Name Description
XmlDocument content

The System.Xml.XmlDocument ink content.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
InkShape

The inserted InkShape.

Insert(XmlDocument, float, float, InsertLocation)

Inserts an InkShape into this collection at a specified location.

Declaration
public InkShape Insert(XmlDocument content, float width, float height, InsertLocation location)
Public Function Insert(content As XmlDocument, width As Single, height As Single, location As InsertLocation) As InkShape
Parameters
Type Name Description
XmlDocument content

The System.Xml.XmlDocument ink content.

float width

The ink width, in points.

float height

The ink height, in points.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
InkShape

The inserted InkShape.