XGraphicsBeginContainer Method (Rectangle, Rectangle, XGraphicsUnit)Terminal Works - PDF Printing.Net Library
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.2.1.0 (5.2.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: XGraphicsContainer
See Also

Reference