Skip to main content
All docs
V23.2

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