VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSliceRenderer Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    MprSliceRenderer Class
    In This Topic
    Renders MPR slice on 16-bit image buffer using the performance and rendering settings.
    Object Model
    MprImage VintasoftImage MprSlice AffineMatrix MprSliceRenderer
    Syntax
    'Declaration
    
    Public Class MprSliceRenderer
    
    
    public class MprSliceRenderer
    
    
    public __gc class MprSliceRenderer
    
    
    public ref class MprSliceRenderer
    
    
    Remarks

    The renderer always renders slice on image relative to the center of the slice, i.e. the slice center will coincide with the center of image buffer.

    The properties below can be used for balancing the processors usage and improving the visualization performance:

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Dicom.Mpr.MprSliceRenderer

    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