IPlatformRenderInterface.

CreateLineGeometry(Point, Point) Method

Summary

Creates a line geometry implementation.
Namespace
Avalonia.Platform
Containing Type
IPlatformRenderInterface

Syntax

IGeometryImpl CreateLineGeometry(Point p1, Point p2)

Parameters

Name Type Description
p1 Point The start of the line.
p2 Point The end of the line.

Return Value

Type Description
IGeometryImpl A line geometry.