VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSlice Class / Get3DTransformTo(MprSlice) Method
Syntax Requirements SeeAlso
In This Topic
    Get3DTransformTo(MprSlice) Method (MprSlice)
    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 MustOverride Function Get3DTransformTo( _
    ByVal slice
    The MPR slice.
    As MprSlice _
    ) As Vintasoft.Imaging.AffineMatrix3D
    public abstract Vintasoft.Imaging.AffineMatrix3D Get3DTransformTo(
    MprSlice slice
    )
    public: abstract Vintasoft.Imaging.AffineMatrix3D* Get3DTransformTo(
    MprSlice* slice
    )
    public:
    abstract Vintasoft.Imaging.AffineMatrix3D^ Get3DTransformTo(
    MprSlice^ slice
    )

    Parameters

    slice
    The MPR slice.

    Return Value

    A 3D transformation matrix.
    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