VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSliceTransformHelper Class / CreateBrowseMatrix(MprSlice,Double) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateBrowseMatrix(MprSlice,Double) Method (MprSliceTransformHelper)
    In This Topic
    Creates a matrix for translation the slice on perpendicular axis.
    Syntax
    'Declaration
    
    Public Shared Function CreateBrowseMatrix( _
    ByVal slice
    The slice.
    As MprSlice, _
    ByVal offset
    The offset on perpendicular axis.
    As Double _
    ) As Vintasoft.Imaging.AffineMatrix3D
    public static Vintasoft.Imaging.AffineMatrix3D CreateBrowseMatrix(
    MprSlice slice,
    double offset
    )
    public: static Vintasoft.Imaging.AffineMatrix3D* CreateBrowseMatrix(
    MprSlice* slice,
    double offset
    )
    public:
    static Vintasoft.Imaging.AffineMatrix3D^ CreateBrowseMatrix(
    MprSlice^ slice,
    double offset
    )

    Parameters

    slice
    The slice.
    offset
    The offset on perpendicular axis.

    Return Value

    3D translation matrix.
    Remarks

    The translation matrix defines the move to perpendicular axis of the slice.

    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