MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.BeginContainer Method ()
See Also
 



Saves a graphics container with the current state of this GdiGraphics object and opens and uses a new graphics container.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual GraphicsContainer BeginContainer ()

Visual Basic  Copy Code

Public Overridable Function BeginContainer () As GraphicsContainer

 Return Value

This method returns a .NET GraphicsContainer object that represents the state of this GdiGraphics object at the time of the method call.

 See Also

BeginContainer Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace