Click or drag to resize

PdfGrid Draw Method (PdfCanvas, Single, Single, Single)

Draws the specified graphics.

Namespace: Spire.Pdf.Grid
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
)

Parameters

graphics
Type: Spire.Pdf.Graphics PdfCanvas
The graphics.
x
Type: System Single
The x.
y
Type: System Single
The y.
width
Type: System Single
The width.
See Also