Line (Constructor)
Actualización: noviembre 2007
Inicializa una nueva instancia de la estructura Line con los puntos de inicio y de fin especificados.
Espacio de nombres: Microsoft.Ink
Ensamblado: Microsoft.Ink (en Microsoft.Ink.dll)
Sintaxis
'Declaración
Public Sub New ( _
beginPoint As Point, _
endPoint As Point _
)
'Uso
Dim beginPoint As Point
Dim endPoint As Point
Dim instance As New Line(beginPoint, _
endPoint)
public Line(
Point beginPoint,
Point endPoint
)
public:
Line(
Point beginPoint,
Point endPoint
)
public Line(
Point beginPoint,
Point endPoint
)
public function Line(
beginPoint : Point,
endPoint : Point
)
Parámetros
- beginPoint
Tipo: System.Drawing.Point
El punto inicial de la línea.
- endPoint
Tipo: System.Drawing.Point
El punto final de la línea.
Ejemplos
En este ejemplo de C# se declara y se crea una estructura Line, theLine.
Line theLine = new Line(begin, end)
En este ejemplo de Microsoft® Visual Basic® .NET se declara y se crea una estructura Line, theLine.
Dim theLine As New Line(begin, end)
Plataformas
Windows Vista
.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Información de versión
.NET Framework
Compatible con: 3.0