[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Run.AddCanvasShape

AddCanvasShape Method

AddCanvasShape()

Adds a CanvasShape to the end of the run.

Declaration
public CanvasShape AddCanvasShape()
Public Function AddCanvasShape() As CanvasShape
Returns
Type Description
CanvasShape

The added CanvasShape.

AddCanvasShape(float, float)

Adds a CanvasShape to the end of the run.

Declaration
public CanvasShape AddCanvasShape(float width, float height)
Public Function AddCanvasShape(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 added CanvasShape.