DrawMapPointerEventArgs.DisposeImage Property
Gets or sets a value that specifies whether the DrawMapPointerEventArgs.Image property value should be disposed when drawing is finished.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if an image should be disposed; otherwise, false. |
Remarks
Use the DisposeImage property to release all the resources allocated to the object assigned to the DrawMapPointerEventArgs.Image property.
See Also