LineGeometry.

LineGeometry(Point, Point) Constructor

Summary

Initializes a new instance of the LineGeometry class.
Namespace
Avalonia.Media
Containing Type
LineGeometry

Syntax

public LineGeometry(Point startPoint, Point endPoint)

Parameters

Name Type Description
startPoint Point The start point.
endPoint Point The end point.

Return Value

Type Description
void