XGraphicsBeginContainer Method (RectangleF, RectangleF, 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.1.1.0 (5.1.1.0)
Syntax

public XGraphicsContainer BeginContainer(
	RectangleF dstrect,
	RectangleF srcrect,
	XGraphicsUnit unit
)

Parameters

dstrect
Type: System.DrawingRectangleF
srcrect
Type: System.DrawingRectangleF
unit
Type: PdfEdit.DrawingXGraphicsUnit

Return Value

Type: XGraphicsContainer
See Also

Reference