'Declaration Public Sub Render( _
ByVal viewerAn image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal imageAn image located on image viewer.As Vintasoft.Imaging.VintasoftImage, _
ByVal dcA drawing context where the object must be rendered.As System.Windows.Media.DrawingContext _
)
public void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Media.DrawingContext dc
)
public: void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Media.DrawingContext dc
)
public:
void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Media.DrawingContext dc
)
Parameters
- viewer
- An image viewer.
- image
- An image located on image viewer.
- dc
- A drawing context where the object must be rendered.