CanvasShapes.AddLine(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.
public:
Microsoft::Office::Core::Shape ^ AddLine(float BeginX, float BeginY, float EndX, float EndY);
public Microsoft.Office.Core.Shape AddLine (float BeginX, float BeginY, float EndX, float EndY);
abstract member AddLine : single * single * single * single -> Microsoft.Office.Core.Shape
Public Function AddLine (BeginX As Single, BeginY As Single, EndX As Single, EndY As Single) As Shape
Parâmetros
- BeginX
- Single
- BeginY
- Single
- EndX
- Single
- EndY
- Single