Click or drag to resize

PdfDrawingSurfaceAddRect Method

Overload List
  NameDescription
Public methodCode exampleAddRect(PdfBounds)
Adds the a closed rectangle to the current path.
Public methodCode exampleAddRect(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.
Public methodCode exampleAddRect(PdfBounds, PdfTransform)
First applies a transform then adds the a closed rectangle to the current path. The transform remains in place after the addition.
Top
See Also