IGeometryContext2LineTo(Point, Boolean) Method
Draws a line to the specified point.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void LineTo(
Point point,
bool isStroked
)
Sub LineTo (
point As Point,
isStroked As Boolean
)
abstract LineTo :
point : Point *
isStroked : bool -> unit
Parameters
- point Point
- The destination point.
- isStroked Boolean
- Whether the segment is stroked