System::Drawing::Graphics::EndContainer method

Graphics::EndContainer method

Closes the current container and restores the state of this object from the state of saved container.

void System::Drawing::Graphics::EndContainer(const SharedPtr<Drawing2D::GraphicsContainer> &container)
ParameterTypeDescription
containerconst SharedPtr<Drawing2D::GraphicsContainer>&The container to restore the state from

See Also