System::Drawing::Graphics::Restore method

Graphics::Restore method

Restores the state of this object from the saved state.

void System::Drawing::Graphics::Restore(const SharedPtr<Drawing2D::GraphicsState> &graphicsState)
ParameterTypeDescription
graphicsStateconst SharedPtr<Drawing2D::GraphicsState>&The state to restore from

See Also