Saves a graphics container with the current state of this XGraphics and
opens and uses a new graphics container.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public XGraphicsContainer BeginContainer( Rectangle dstrect, Rectangle srcrect, XGraphicsUnit unit )
Parameters
- dstrect
- Type: System.DrawingRectangle
- srcrect
- Type: System.DrawingRectangle
- unit
- Type: PdfEdit.DrawingXGraphicsUnit
Return Value
Type: XGraphicsContainerSee Also