VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / RenderSlice Methods / RenderSlice(MprSlice,VintasoftImage,MprSliceRenderingState) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    RenderSlice(MprSlice,VintasoftImage,MprSliceRenderingState) Method (MprImage)
    In This Topic
    Renders the MPR slice on specified image.
    Syntax
    'Declaration
    
    Public Overloads Sub RenderSlice( _
    ByVal slice
    The MPR slice, which must be rendered.
    As MprSlice, _
    ByVal image
    An image, where MPR slice must be rendered.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal renderingState
    The rendering state.
    As MprSliceRenderingState _
    )

    Parameters

    slice
    The MPR slice, which must be rendered.
    image
    An image, where MPR slice must be rendered.
    renderingState
    The rendering state.
    Exceptions
    ExceptionDescription
    Thrown if slice is null.
    Thrown if image is null.
    Thrown if pixel format of image is not Gray16.
    Requirements

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

    See Also