This documentation is archived and is not being maintained.
Graphics::BeginContainer Method
Visual Studio 2010
Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginContainer() | Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container. |
|
BeginContainer(Rectangle, Rectangle, GraphicsUnit) | Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container with the specified scale transformation. |
|
BeginContainer(RectangleF, RectangleF, GraphicsUnit) | Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container with the specified scale transformation. |
Show: