Click or drag to resize

PdfDrawingSurfaceAddRect Method (PdfBounds)

Adds the a closed rectangle to the current path.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public abstract void AddRect(
	PdfBounds r
)

Parameters

r
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The rectangle to add.
Examples
drawingSurface.Add(new PdfBounds(20, 20, 100, 150));
See Also