[]
        
(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()
Public Function Add() As CanvasShape
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)
Public Function Add(width As Single, height As Single) As CanvasShape
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.