VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprDicomImagePlanarSlice Class / MprDicomImagePlanarSlice Constructors / MprDicomImagePlanarSlice Constructor(VintasoftImage)
Syntax Exceptions Requirements SeeAlso
In This Topic
    MprDicomImagePlanarSlice Constructor(VintasoftImage)
    In This Topic
    Initializes a new instance of the MprDicomImagePlanarSlice class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal dicomFrameImage
    The DICOM frame image.
    As Vintasoft.Imaging.VintasoftImage _
    )
    public MprDicomImagePlanarSlice(
    Vintasoft.Imaging.VintasoftImage dicomFrameImage
    )
    public: MprDicomImagePlanarSlice(
    Vintasoft.Imaging.VintasoftImage* dicomFrameImage
    )
    public:
    MprDicomImagePlanarSlice(
    Vintasoft.Imaging.VintasoftImage^ dicomFrameImage
    )

    Parameters

    dicomFrameImage
    The DICOM frame image.
    Exceptions
    ExceptionDescription
    Thrown if dicomFrameImage is null.
    Thrown if input image is not associated with a DICOM frame.
    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