EndContainer()

Graphics::EndContainer(const SharedPtr<Drawing2D::GraphicsContainer>&) 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)

Arguments

ParameterTypeDescription
containerconst SharedPtr<Drawing2D::GraphicsContainer>&The container to restore the state from

See Also