ASP.NET Pack Programmer's Guide
IGraphics.EndContainer Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void EndContainer (
    GraphicsContainer container
)

Visual Basic  Copy Code

Sub EndContainer( _
    container As GraphicsContainer _
)

 Parameters

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

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace