mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Update GroundOverlay.cs
This commit is contained in:
parent
dcb8fb155b
commit
45859bcaea
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ public partial class GroundOverlay : MapPanel
|
|||
{
|
||||
private class ImageOverlay
|
||||
{
|
||||
public ImageOverlay(string path, BoundingBox latLonBox, int zIndex)
|
||||
public ImageOverlay(string path, BoundingBox boundingBox, int zIndex)
|
||||
{
|
||||
ImagePath = path;
|
||||
SetBoundingBox(Image, latLonBox);
|
||||
SetBoundingBox(Image, boundingBox);
|
||||
Image.SetValue(Canvas.ZIndexProperty, zIndex);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue