CanvasShapes.AddShape(Int32, Single, Single, Single, Single) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Adiciona uma AutoForma a uma tela de desenho.
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
Parâmetros
- Type
- Int32
O tipo de forma a ser retornado. Pode ser qualquer MsoAutoShapeType constante.
- Left
- Single
A posição, medida em pontos, da borda esquerda da AutoForma.
- Top
- Single
A posição, medida em pontos, da borda superior da AutoForma.
- Width
- Single
A largura, medida em pontos, da AutoForma.
- Height
- Single
A altura, medida em pontos, da AutoForma.