VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPlanarSlice Class / Get3DTransformTo(MprSlice) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Get3DTransformTo(MprSlice) Method (MprPlanarSlice)
    In This Topic
    Returns a 3D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice.
    Syntax
    'Declaration
    
    Public Overrides Function Get3DTransformTo( _
    ByVal slice
    The MPR slice.
    As MprSlice _
    ) As Vintasoft.Imaging.AffineMatrix3D
    public override Vintasoft.Imaging.AffineMatrix3D Get3DTransformTo(
    MprSlice slice
    )
    public: Vintasoft.Imaging.AffineMatrix3D* Get3DTransformTo(
    MprSlice* slice
    ); override
    public:
    Vintasoft.Imaging.AffineMatrix3D^ Get3DTransformTo(
    MprSlice^ slice
    ); override

    Parameters

    slice
    The MPR slice.

    Return Value

    A 3D transformation matrix.
    Exceptions
    ExceptionDescription
    Thrown if slice is null.
    Thrown if slice is not MprPlanarSlice.
    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