PdfGraphicsWidget
Draw Method (PdfCanvas, PointF)
|
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 void Draw(
PdfCanvas graphics,
PointF location
)
Public Sub Draw (
graphics As PdfCanvas,
location As PointF
)
public:
void Draw(
PdfCanvas^ graphics,
PointF location
)
member Draw :
graphics : PdfCanvas *
location : PointF -> unit
Parameters
-
graphics
-
Type:
Spire.Pdf.Graphics
PdfCanvas
Graphics context where the element should be printed.
-
location
-
Type:
System.Drawing
PointF
Location of the element in the Graphics' co-ordinate system.
See Also