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: 11.4.0.9.0.377 (.NET 4.5.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