Draws an element on the Graphics.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- PdfCanvas
Graphics context where the element should be printed.
- location
- PointF
Location of the element in the Graphics' co-ordinate system.