PdfTable
Draw Method (PdfCanvas, Single, Single, Single)
|
Draws an element on the Graphics.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
Spire.Pdf.Graphics
PdfCanvas
Graphics context where the element should be printed.
-
x
-
Type:
System
Single
X co-ordinate of the element.
-
y
-
Type:
System
Single
Y co-ordinate of the element.
-
width
-
Type:
System
Single
The width of the table.
See Also