'Declaration Protected Overridable Sub DrawItemBackground( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal gThe System.Drawing.Graphics where object should be drawn.As Vintasoft.Imaging.VintasoftImage, _
ByVal viewThe interactive object to draw.As System.Drawing.Graphics, _
ByVal imageThe image on with draws background.As PdfAnnotationView _
)
protected virtual void DrawItemBackground(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage g,
System.Drawing.Graphics view,
PdfAnnotationView image
)
protected: virtual void DrawItemBackground(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* g,
System.Drawing.Graphics* view,
PdfAnnotationView* image
)
protected:
virtual void DrawItemBackground(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ g,
System.Drawing.Graphics^ view,
PdfAnnotationView^ image
)
Parameters
- viewer
- The image viewer.
- g
- The System.Drawing.Graphics where object should be drawn.
- view
- The interactive object to draw.
- image
- The image on with draws background.