Click or drag to resize
Pdftools logo

PathGeneratorAddRectangle Method

Append a rectangle to the current path as a complete subpath.


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public void AddRectangle(
	Rectangle rectangle
)

Parameters

rectangle  Rectangle
the rectangle to be added to the path
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
InvalidOperationExceptionif the path object has already been closed
See Also