VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPolylineSlice Class / GetTransformProjection(AffineMatrix3D) Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetTransformProjection(AffineMatrix3D) Method (MprPolylineSlice)
In This Topic
Returns a two-dimensional transformation matrix, which represents projection of three-dimensional transformation matrix.
Syntax
'Declaration

Public Overrides Function GetTransformProjection( _
ByVal transform
Three-dimensional transformation matrix.
As Vintasoft.Imaging.AffineMatrix3D _
) As Vintasoft.Imaging.AffineMatrix

Parameters

transform
Three-dimensional transformation matrix.

Return Value

A two-dimensional transformation matrix.
Remarks

This method returns a two-dimensional transformation matrix if three-dimensional transformation matrix does not transform the source plane.

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