XGraphics.BeginContainer Method (XRect, XRect, 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(
	XRect dstrect,
	XRect srcrect,
	XGraphicsUnit unit
)

Parameters

dstrect
Type: PdfEdit.Drawing.XRect
srcrect
Type: PdfEdit.Drawing.XRect
unit
Type: PdfEdit.Drawing.XGraphicsUnit

Return Value

Type: XGraphicsContainer
See Also

Reference