PdfCanvas.AppendRectangle Method

Appends a possibly rotated rectangle specified by a rectangle structure to the current path as a complete subpath.

Overload List

  NameDescription
Public methodAppendRectangle(PdfRectangle)
Appends a rectangle specified by a PdfRectangle structure to the current path as a complete subpath.
Public methodAppendRectangle(PdfRectangle, Double)
Appends a rotated rectangle specified by a PdfRectangle structure to the current path as a complete subpath.

See Also