Click or drag to resize

PdfGraphicsWidget Draw Method (PdfCanvas, Single, Single)

Draws an element on the Graphics.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public virtual void Draw(
	PdfCanvas graphics,
	float x,
	float y
)

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.
See Also