Summary
Draws a line to the specified point.
- Namespace
- Avalonia
.Media - Containing Type
- Stream
Geometry Context
Syntax
public void LineTo(Point point)
Parameters
Name | Type | Description |
---|---|---|
point | Point | The destination point. |
Return Value
Type | Description |
---|---|
void |