// get the current mapview and point var mapView = MapView.Active; if (mapView == null) return; var pictureGraphic = new CIMPictureGraphic(); pictureGraphic.PictureURL = @"file:///E:/Stuff/gisoracle.png"; pictureGraphic.Box = envelope; _graphic = mapView.AddOverlay(pictureGraphic);
原文:https://www.cnblogs.com/gisoracle/p/12520160.html