Draws an element on the Graphics.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Draw(
	PdfCanvas graphics,
	RectangleF bounds
)
Public Sub Draw ( 
	graphics As PdfCanvas,
	bounds As RectangleF
)
public:
void Draw(
	PdfCanvas^ graphics, 
	RectangleF bounds
)
member Draw : 
        graphics : PdfCanvas * 
        bounds : RectangleF -> unit 

Parameters

graphics
PdfCanvas
Graphics context where the element should be printed.
bounds
RectangleF
The bounds.

See Also