Draws an element on the Graphics.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void Draw( PdfCanvas graphics, float x, float y, float width )
Public Sub Draw ( graphics As PdfCanvas, x As Single, y As Single, width As Single )
public: void Draw( PdfCanvas^ graphics, float x, float y, float width )
member Draw : graphics : PdfCanvas * x : float32 * y : float32 * width : float32 -> unit
Parameters
- graphics
- PdfCanvas
Graphics context where the element should be printed.
- x
- Single
X co-ordinate of the element.
- y
- Single
Y co-ordinate of the element.
- width
- Single
The width of the table.