VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / RenderSlice Methods / RenderSlice(MprSlice,MprSliceRenderingState) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    RenderSlice(MprSlice,MprSliceRenderingState) Method (MprImage)
    In This Topic
    Renders the MPR slice image for the specified MPR slice.
    Syntax
    'Declaration
    
    Public Overloads Function RenderSlice( _
    ByVal slice
    The MPR slice.
    As MprSlice, _
    ByVal renderingState
    The rendering state.
    As MprSliceRenderingState _
    ) As MprImageSlice

    Parameters

    slice
    The MPR slice.
    renderingState
    The rendering state.

    Return Value

    The MPR slice image.
    Exceptions
    ExceptionDescription
    Thrown if slice is null.
    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