Summary
Creates a line geometry implementation.
- Namespace
- Avalonia
.Platform - Containing Type
- I
Platform Render Interface
Syntax
IGeometryImpl CreateLineGeometry(Point p1, Point p2)
Parameters
Return Value
Type | Description |
---|---|
IGeometryImpl | A line geometry. |