Back to Devexpress

MapControl.ExportToImage Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-exporttoimage.md

latest931 B
Original Source

MapControl.ExportToImage Method

NameParametersDescription
ExportToImage(Stream, ImageExportOptions)stream, optionsExports the map data to the specified stream as an image using the specified settings.
ExportToImage(Stream)streamExports the map data to a specified stream as an image.
ExportToImage(String, ImageExportOptions)filePath, optionsExports the map data to the specified image file using the specified options.
ExportToImage(String)filePathExports the map data to the specified image file.