'Declaration Protected Overridable Sub DrawEditorModeHighlight( _ ByVal viewer As ImageViewer, _ ByVal image As VintasoftImage, _ ByVal g As Graphics, _ ByVal view As PdfAnnotationView _ )
protected virtual void DrawEditorModeHighlight( ImageViewer viewer, VintasoftImage image, Graphics g, PdfAnnotationView view )
protected: virtual void DrawEditorModeHighlight( ImageViewer* viewer, VintasoftImage* image, Graphics* g, PdfAnnotationView* view )
protected: virtual void DrawEditorModeHighlight( ImageViewer^ viewer, VintasoftImage^ image, Graphics^ g, PdfAnnotationView^ view )
Parameters
- viewer
- The viewer.
- image
- The image on with draws highlight.
- g
- The graphics.
- view
- The annotation view.