mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
BoundingBox now immutable
This commit is contained in:
parent
dc9932a0cf
commit
2685792758
8 changed files with 61 additions and 105 deletions
|
|
@ -19,7 +19,6 @@ 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