Skip to main content
All docs
V25.1
  • GraphicsCache.Restore(Object) Method

    Restores the GraphicsCache to the required state. See the Restore method description for more information.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public void Restore(
        object state
    )

    Parameters

    Name Type Description
    state Object

    The state to restore this GraphicsCache to.

    See Also