| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| Modifier and Type | Method and Description |
|---|---|
GraphicsContainer |
Graphics.beginContainer()
Saves a graphics container with the current state of this
Graphics and opens and uses a new graphics container. |
GraphicsContainer |
Graphics.beginContainer(RectangleF dstrect,
RectangleF srcrect,
int unit)
Saves a graphics container with the current state of this
Graphics and opens and uses a new graphics container with the specified scale transformation. |
GraphicsContainer |
Graphics.beginContainer(Rectangle dstrect,
Rectangle srcrect,
int unit)
Saves a graphics container with the current state of this
Graphics and opens and uses a new graphics container with the specified scale transformation. |
| Modifier and Type | Method and Description |
|---|---|
void |
Graphics.endContainer(GraphicsContainer container)
Closes the current graphics container and restores the state of this
Graphics to the state saved by a call to the Graphics.beginContainer() method. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.