Graphics.EndContainer

Graphics.EndContainer method

Closes the current graphics container and restores the state of this Graphics to the state saved by a call to the BeginContainer method.

public void EndContainer(GraphicsContainer container)
ParameterTypeDescription
containerGraphicsContainerGraphicsContainer that represents the container this method restores.

See Also