LineTo(Point, Boolean) 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 point,
bool isStroked
)
Sub LineTo (
point As Point,
isStroked As Boolean
)
abstract LineTo :
point : Point *
isStroked : bool -> unit
Parameters
See Also
Reference
IGeometryContext2 Interface
LineTo Overload
Avalonia.Platform Namespace