PdfImage
DrawInternal Method
|
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
protected override void DrawInternal(
PdfCanvas graphics
)
Protected Overrides Sub DrawInternal (
graphics As PdfCanvas
)
protected:
virtual void DrawInternal(
PdfCanvas^ graphics
) override
abstract DrawInternal :
graphics : PdfCanvas -> unit
override DrawInternal :
graphics : PdfCanvas -> unit
Parameters
-
graphics
-
Type:
Spire.Pdf.Graphics
PdfCanvas
Graphics context where the element should be printed.
See Also