VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI Namespace / MprSliceTransforming3DEventArgs Class / MprSliceTransforming3DEventArgs Constructor(MprSlice,AffineMatrix3D)
Syntax Exceptions Requirements SeeAlso
In This Topic
MprSliceTransforming3DEventArgs Constructor(MprSlice,AffineMatrix3D)
In This Topic
Initializes a new instance of the MprSliceTransforming3DEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal slice
The MPR slice.
As Vintasoft.Imaging.Dicom.Mpr.MprSlice, _
ByVal matrix
The 3D matrix for transforming the MPR slice.
As Vintasoft.Imaging.AffineMatrix3D _
)

Parameters

slice
The MPR slice.
matrix
The 3D matrix for transforming the MPR slice.
Exceptions
ExceptionDescription
Thrown if slice or matrix is null.
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