Charting for WinForms Programmer's Guide
GdiGraphics.EndContainer Method
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void EndContainer (
    GraphicsContainer container
)

Visual Basic  Copy Code

Public Overridable Sub EndContainer( _
    container As GraphicsContainer _
)

 Parameters

container
A .NET GraphicsContainer object that represents the container this method restores.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace