MapGraticule PathFigure

This commit is contained in:
ClemensFischer 2024-05-29 12:02:55 +02:00
parent fc4139c739
commit c4c5d2d1df
3 changed files with 3 additions and 0 deletions

View file

@ -124,6 +124,7 @@ namespace MapControl
var figure = new PathFigure
{
StartPoint = points.First(),
IsClosed = false,
IsFilled = false
};

View file

@ -98,6 +98,7 @@ namespace MapControl
var figure = new PathFigure
{
StartPoint = points.First(),
IsClosed = false,
IsFilled = false
};

View file

@ -143,6 +143,7 @@ namespace MapControl
var figure = new PathFigure
{
StartPoint = points.First(),
IsClosed = false,
IsFilled = false
};