 | PdfViewerDrawCurrentPageHighlight Method |
Draws current page highlight
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void DrawCurrentPageHighlight(
Graphics graphics,
int pageIndex,
Rectangle actualRect
)
Protected Overridable Sub DrawCurrentPageHighlight (
graphics As Graphics,
pageIndex As Integer,
actualRect As Rectangle
)
protected:
virtual void DrawCurrentPageHighlight(
Graphics^ graphics,
int pageIndex,
Rectangle actualRect
)
abstract DrawCurrentPageHighlight :
graphics : Graphics *
pageIndex : int *
actualRect : Rectangle -> unit
override DrawCurrentPageHighlight :
graphics : Graphics *
pageIndex : int *
actualRect : Rectangle -> unit protected void DrawCurrentPageHighlight(
Graphics graphics,
int pageIndex,
Rectangle actualRect
)
function DrawCurrentPageHighlight(graphics, pageIndex, actualRect);
Parameters
- graphics Graphics
- The drawing surface
- pageIndex Int32
- Page index to be drawn
- actualRect Rectangle
- Page bounds in control coordinates
Remarks
See Also