Skip to main content
All docs
V23.2

SvgBitmap.ClearCache(Boolean) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void ClearCache(
    bool disposeImages
)

Parameters

Name Type Description
disposeImages Boolean

true to dispose the images; otherwise, false.

See Also