Click or drag to resize

PdfViewerDrawFillFormsSelection(Graphics, ListRectangle) Method

Left for backward compatibility. Actually the fillforms selection is drawn in DrawFillFormsSelection(PdfBitmap, ListRectangle) method.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual void DrawFillFormsSelection(
	Graphics graphics,
	List<Rectangle> selectedRectangles
)

Parameters

graphics  Graphics
The drawing surface
selectedRectangles  ListRectangle
A collection of rectangles to be drawn
Remarks
Please see the remarks section of OnPaint(PaintEventArgs) for getting more info about page rendering order.
See Also