MapControl.ExportToImage(Stream, DXImageFormat) Method
In This Article
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public void ExportToImage(
Stream stream,
DXImageFormat format
)
#Parameters
Name | Type |
---|---|
stream | Stream |
format | DXImage |
See Also