 | PdfViewerDrawLoadingIcon Method |
Draw loading icon
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void DrawLoadingIcon(
Graphics graphics,
PdfPage page,
Rectangle actualRect
)
Protected Overridable Sub DrawLoadingIcon (
graphics As Graphics,
page As PdfPage,
actualRect As Rectangle
)
protected:
virtual void DrawLoadingIcon(
Graphics^ graphics,
PdfPage^ page,
Rectangle actualRect
)
abstract DrawLoadingIcon :
graphics : Graphics *
page : PdfPage *
actualRect : Rectangle -> unit
override DrawLoadingIcon :
graphics : Graphics *
page : PdfPage *
actualRect : Rectangle -> unit protected void DrawLoadingIcon(
Graphics graphics,
PdfPage page,
Rectangle actualRect
)
function DrawLoadingIcon(graphics, page, actualRect);
Parameters
- graphics Graphics
- GDI+ drawing surface
- page PdfPage
- Page to be drawn
- actualRect Rectangle
- Page bounds in control coordinates
Remarks
See Also