'Declaration Protected Overrides Sub DrawResource( _
ByVal graphicsThe PDF graphics.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal resourceThe PDF resource.As Vintasoft.Imaging.Pdf.Tree.PdfResource, _
ByVal rectThe rectangle in which PDF resource must be drawn.As System.Drawing.RectangleF _
)
protected override void DrawResource(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics,
Vintasoft.Imaging.Pdf.Tree.PdfResource resource,
System.Drawing.RectangleF rect
)
protected: void DrawResource(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics,
Vintasoft.Imaging.Pdf.Tree.PdfResource* resource,
System.Drawing.RectangleF* rect
); override
protected:
void DrawResource(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics,
Vintasoft.Imaging.Pdf.Tree.PdfResource^ resource,
System.Drawing.RectangleF^ rect
); override
Parameters
- graphics
- The PDF graphics.
- resource
- The PDF resource.
- rect
- The rectangle in which PDF resource must be drawn.