Graphics.BeginContainer Method
.NET Framework 2.0
Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container.
| Name | Description |
|---|---|
| Graphics.BeginContainer () | Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container. |
| Graphics.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. |
| Graphics.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. |
Community Additions
ADD
Show: