mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Add BoundingBox.HasValidBounds
This commit is contained in:
parent
45cda387e4
commit
849a4e206c
3 changed files with 7 additions and 5 deletions
|
|
@ -19,6 +19,7 @@ namespace MapControl
|
|||
height = Math.Max(h, 0d);
|
||||
}
|
||||
|
||||
public override bool HasValidBounds => false;
|
||||
public override Location Center => center;
|
||||
public override double Width => width;
|
||||
public override double Height => height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue