[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupShape.AddInkShape

AddInkShape Method

AddInkShape(XmlDocument)

Adds an InkShape> to the end of the group shape.

Declaration
public InkShape AddInkShape(XmlDocument content)
Parameters
Type Name Description
XmlDocument content

The XmlDocument ink content.

Returns
Type Description
InkShape

The added InkShape.

AddInkShape(XmlDocument, float, float)

Adds an InkShape to the end of the group shape.

Declaration
public InkShape AddInkShape(XmlDocument content, float width, float height)
Parameters
Type Name Description
XmlDocument content

The XmlDocument ink content.

float width

The ink width, in points.

float height

The ink height, in points.

Returns
Type Description
InkShape

The added InkShape.