Skip to main content
All docs
V23.2

SvgBitmap.ResetRenderedImage(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

[Browsable(false)]
public void ResetRenderedImage(
    bool disposeImage
)

Parameters

Name Type Description
disposeImage Boolean

true to dispose the image; otherwise, false.

See Also