Skip to main content

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

NuGet Package: DevExpress.Win.Map

Declaration

public bool DisposeImage { get; set; }

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