[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CanvasShapeCollection.Add

Add Method

Add()

Adds a CanvasShape to this collection at the End location.

Declaration
public CanvasShape Add()
Returns
Type Description
CanvasShape

The added CanvasShape.

Add(float, float)

Adds a CanvasShape to this collection at the End location.

Declaration
public CanvasShape Add(float width, float height)
Parameters
Type Name Description
float width

The canvas width, in points.

float height

The canvas height, in points.

Returns
Type Description
CanvasShape

The inserted CanvasShape.