VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprSliceTransforming3DEventArgs Class / WpfMprSliceTransforming3DEventArgs Constructor(MprSlice,AffineMatrix3D)
Syntax Exceptions Requirements SeeAlso
In This Topic
    WpfMprSliceTransforming3DEventArgs Constructor(MprSlice,AffineMatrix3D)
    In This Topic
    Initializes a new instance of the WpfMprSliceTransforming3DEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal slice
    The MPR slice.
    As Vintasoft.Imaging.Dicom.Mpr.MprSlice, _
    ByVal matrix
    The 3D matrix for transforming the MPR slice.
    As Vintasoft.Imaging.AffineMatrix3D _
    )

    Parameters

    slice
    The MPR slice.
    matrix
    The 3D matrix for transforming the MPR slice.
    Exceptions
    ExceptionDescription
    Thrown if slice or matrix 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