LineTo Method
Draws a line to the specified point.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
void LineTo(
Point endPoint
)
Sub LineTo (
endPoint As Point
)
abstract LineTo :
endPoint : Point -> unit
Parameters
- Point
- The destination point.