Skip to main content
All docs
V24.2

DXGraphics.Restore(Object) Method

In This Article

Restores the state of this DXGraphics to the specified state.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

NuGet Package: DevExpress.Drawing

#Declaration

public void Restore(
    object state
)

#Parameters

Name Type Description
state Object

The state to which to restore the DXGraphics object.

See Also