Summary
Initializes a new instance of the
PolylineGeometry
class.
- Namespace
- Avalonia
.Media - Containing Type
- PolylineGeometry
Syntax
public PolylineGeometry(IEnumerable<Point> points, bool isFilled)
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable |
|
isFilled | bool |
Return Value
Type | Description |
---|---|
void |