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