System::Drawing::Graphics::BeginContainer method
Contents
[
Hide
]Graphics::BeginContainer() method
Saves a container with the current state of this object, opens and uses a new container and returns the saved container.
SharedPtr<Drawing2D::GraphicsContainer> System::Drawing::Graphics::BeginContainer()
See Also
- Typedef SharedPtr
- Class GraphicsContainer
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::BeginContainer(Rectangle, Rectangle, GraphicsUnit) method
Saves a container with the current state of this object, opens and uses a new container and returns the saved container.
SharedPtr<Drawing2D::GraphicsContainer> System::Drawing::Graphics::BeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit)
Parameter | Type | Description |
---|---|---|
dstrect | Rectangle | The rectangle that specifies a scale transformation of the new container. Used together with srcrect |
srcrect | Rectangle | The rectangle that specifies a scale transformation of the new container. Used together with dstrect |
unit | GraphicsUnit | The value that specifies the unit of measure of the new container |
See Also
- Typedef SharedPtr
- Class GraphicsContainer
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::BeginContainer(RectangleF, RectangleF, GraphicsUnit) method
Saves a container with the current state of this object, opens and uses a new container and returns the saved container.
SharedPtr<Drawing2D::GraphicsContainer> System::Drawing::Graphics::BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit)
Parameter | Type | Description |
---|---|---|
dstrect | RectangleF | The rectangle that specifies a scale transformation of the new container. Used together with srcrect |
srcrect | RectangleF | The rectangle that specifies a scale transformation of the new container. Used together with dstrect |
unit | GraphicsUnit | The value that specifies the unit of measure of the new container |
See Also
- Typedef SharedPtr
- Class GraphicsContainer
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++