Saves a graphics container with the current state of this IGraphics object and opens and uses a new graphics container with the specified scale transformation.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
GraphicsContainer BeginContainer ( |
Visual Basic
Copy Code
|
|---|
Function BeginContainer( _ |
This method returns a .NET GraphicsContainer object that represents the state of this IGraphics object at the time of the method call.
See Also