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

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

Parameters

slice
The MPR slice.
matrix
The 2D 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