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