CanvasShapes.AddShape(Int32, Single, Single, Single, Single) Method

Definition

Adds an AutoShape to a drawing canvas.

public:
 Microsoft::Office::Interop::Word::Shape ^ AddShape(int Type, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Word.Shape AddShape (int Type, float Left, float Top, float Width, float Height);
abstract member AddShape : int * single * single * single * single -> Microsoft.Office.Interop.Word.Shape
Public Function AddShape (Type As Integer, Left As Single, Top As Single, Width As Single, Height As Single) As Shape

Parameters

Type
Int32

The type of shape to be returned. Can be any MsoAutoShapeType constant.

Left
Single

The position, measured in points, of the left edge of the AutoShape.

Top
Single

The position, measured in points, of the top edge of the AutoShape.

Width
Single

The width, measured in points, of the AutoShape.

Height
Single

The height, measured in points, of the AutoShape.

Returns

Applies to