'Declaration Protected Overridable Sub DrawItemForeground( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal drawingContextThe System.Windows.Media.DrawingContext where object should be drawn.As System.Windows.Media.DrawingContext, _
ByVal viewThe interactive object to draw.As WpfPdfAnnotationView _
)
protected virtual void DrawItemForeground(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Media.DrawingContext drawingContext,
WpfPdfAnnotationView view
)
protected: virtual void DrawItemForeground(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Media.DrawingContext drawingContext,
WpfPdfAnnotationView* view
)
protected:
virtual void DrawItemForeground(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Media.DrawingContext drawingContext,
WpfPdfAnnotationView^ view
)
Parameters
- viewer
- The image viewer.
- image
- The image.
- drawingContext
- The System.Windows.Media.DrawingContext where object should be drawn.
- view
- The interactive object to draw.