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,
	PointF location,
	float width
)
Public Sub Draw ( 
	graphics As PdfCanvas,
	location As PointF,
	width As Single
)
public:
void Draw(
	PdfCanvas^ graphics, 
	PointF location, 
	float width
)
member Draw : 
        graphics : PdfCanvas * 
        location : PointF * 
        width : float32 -> unit 

Parameters

graphics
PdfCanvas
The graphics.
location
PointF
The location.
width
Single
The width.

See Also