'Declaration Public Overridable Sub Render( _
ByVal viewerAn image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal drawingContextA graphics where the view must be drawn.As System.Windows.Media.DrawingContext _
)
public virtual void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
System.Windows.Media.DrawingContext drawingContext
)
public: virtual void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
System.Windows.Media.DrawingContext drawingContext
)
public:
virtual void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
System.Windows.Media.DrawingContext drawingContext
)
Parameters
- viewer
- An image viewer.
- drawingContext
- A graphics where the view must be drawn.