VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSlice Class / TryGet2DTransformTo(MprSlice,AffineMatrix) Method
Syntax Requirements SeeAlso
In This Topic
    TryGet2DTransformTo(MprSlice,AffineMatrix) Method (MprSlice)
    In This Topic
    Returns a 2D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice.
    Syntax
    'Declaration
    
    Public Overridable Function TryGet2DTransformTo( _
    ByVal slice
    The MPR slice.
    As MprSlice, _
    ByRef transform
    The result 2D transformation.
    As Vintasoft.Imaging.AffineMatrix _
    ) As Boolean
    public virtual bool TryGet2DTransformTo(
    MprSlice slice,
    out Vintasoft.Imaging.AffineMatrix transform
    )
    public: virtual bool TryGet2DTransformTo(
    MprSlice* slice,
    [PARAMFLAG::Out] Vintasoft.Imaging.AffineMatrix* transform
    )
    public:
    virtual bool TryGet2DTransformTo(
    MprSlice^ slice,
    [Out] Vintasoft.Imaging.AffineMatrix^ transform
    )

    Parameters

    slice
    The MPR slice.
    transform
    The result 2D transformation.

    Return Value

    True if 2D transformation is received; otherwise, false.
    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