Draws an element on the Graphics.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public override void Draw( PdfCanvas graphics, float x, float y )
Public Overrides Sub Draw ( graphics As PdfCanvas, x As Single, y As Single )
public: virtual void Draw( PdfCanvas^ graphics, float x, float y ) override
abstract Draw : graphics : PdfCanvas * x : float32 * y : float32 -> unit override Draw : graphics : PdfCanvas * x : float32 * y : float32 -> unit