PdfDrawingSurfaceAddRect Method |
Name | Description | |
---|---|---|
AddRect(PdfBounds) |
Adds the a closed rectangle to the current path.
| |
AddRect(PdfBounds, PdfPoint) |
First applies a translation transform then adds the a closed rectangle to the current path.
The translation remains in place after the addition.
| |
AddRect(PdfBounds, PdfTransform) |
First applies a transform then adds the a closed rectangle to the current path.
The transform remains in place after the addition.
|