VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprCurvilinearSlice Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    MprCurvilinearSlice Class
    In This Topic
    Contains information about MPR (multiplanar reconstruction) curvilinear slice.
    Object Model
    VintasoftPoint3D VintasoftPoint3D VintasoftVector3D VintasoftVector3D VintasoftPoint MprCurvilinearSlice
    Syntax
    'Declaration
    
    Public Class MprCurvilinearSlice
       Inherits MprPolylineSlice
    
    
    public class MprCurvilinearSlice : MprPolylineSlice
    
    
    public __gc class MprCurvilinearSlice : public MprPolylineSlice*
    
    
    public ref class MprCurvilinearSlice : public MprPolylineSlice^
    
    
    Remarks

    MPR curvilinear slice represents MPR polylinear slice, which X-axis is a relaxed cubic spline curve, approximated using reference points.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Dicom.Mpr.MprSlice
          Vintasoft.Imaging.Dicom.Mpr.MprPolylineSlice
             Vintasoft.Imaging.Dicom.Mpr.MprCurvilinearSlice

    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