Draws the specified graphics.

Namespace: Spire.Pdf.Grid
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,
	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
PdfCanvas
The graphics.
x
Single
The x.
y
Single
The y.
width
Single
The width.

See Also