Restore()

Graphics::Restore(const SharedPtr<Drawing2D::GraphicsState>&) method

Restores the state of this object from the saved state.

void System::Drawing::Graphics::Restore(const SharedPtr<Drawing2D::GraphicsState> &graphicsState)

Arguments

ParameterTypeDescription
graphicsStateconst SharedPtr<Drawing2D::GraphicsState>&The state to restore from

See Also