VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPerpendicularMultiSlice Class / Get3DTransformTo(MprSlice) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Get3DTransformTo(MprSlice) Method (MprPerpendicularMultiSlice)
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
)

Parameters

slice
The MPR slice.

Return Value

A 3D transformation matrix.
Exceptions
ExceptionDescription
Thrown if slice is null.
Thrown if slice is not MprPolylineSlice.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also