'Declaration Protected Overridable Sub DrawAnnotationSelection( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal drawingContextThe System.Windows.Media.DrawingContext where object should be drawn.As System.Windows.Media.DrawingContext, _
ByVal itemThe annotation view.As WpfPdfAnnotationView _
)
protected virtual void DrawAnnotationSelection(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
System.Windows.Media.DrawingContext drawingContext,
WpfPdfAnnotationView item
)
protected: virtual void DrawAnnotationSelection(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
System.Windows.Media.DrawingContext drawingContext,
WpfPdfAnnotationView* item
)
protected:
virtual void DrawAnnotationSelection(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
System.Windows.Media.DrawingContext drawingContext,
WpfPdfAnnotationView^ item
)
Parameters
- viewer
- The image viewer.
- drawingContext
- The System.Windows.Media.DrawingContext where object should be drawn.
- item
- The annotation view.