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.2.dll
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