VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprSliceView Class / Render(WpfImageViewer,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
    Render(WpfImageViewer,DrawingContext) Method (WpfMprSliceView)
    In This Topic
    Draws the view on specified System.Windows.Media.DrawingContext.
    Syntax
    'Declaration
    
    Public Overridable Sub Render( _
    ByVal viewer
    An image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal drawingContext
    A 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also