Draws an element on the Graphics.

Namespace: Spire.Pdf.Graphics
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
)
Public Sub Draw ( 
	graphics As PdfCanvas
)
public:
void Draw(
	PdfCanvas^ graphics
)
member Draw : 
        graphics : PdfCanvas -> unit 

Parameters

graphics
PdfCanvas
Graphics context where the element should be printed.

See Also