Link Search Menu Expand Document

PathAddRectangle Method (RectangleF)

Adds a rectangle to this path.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void AddRectangle(
	RectangleF rect
)

Parameters

rect
Type: System.DrawingRectangleF
A System.Drawing.Rectangle that represents the rectangle to add.
See Also

Reference