VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPlanarSlice Class
In This Topic
MprPlanarSlice Class Methods
In This Topic
For a list of all methods of this type, see MprPlanarSlice.
Public Methods
 NameDescription
Public MethodSignals the MprSlice that initialization is starting. (Inherited from MprSlice)
Public MethodCopies the state of the current object to the target object.
Public Methodstatic (Shared in Visual Basic)Creates the axial slice for the selected position in MPR image.
Public MethodCreates a new MprPlanarSlice that is a copy of the current instance.
Public Methodstatic (Shared in Visual Basic)Creates the coronal slice for the selected position in MPR image.
Public Methodstatic (Shared in Visual Basic)Creates the sagittal slice for the selected position in MPR image.
Public MethodSignals the MprSlice that initialization is complete. (Inherited from MprSlice)
Public MethodReturns a 3D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice.
Public Methodstatic (Shared in Visual Basic)Returns the distance between two parallel MPR planar slices.
Public MethodReturns the point perspective to the slice.
Public MethodReturns the slice properties along X-axis.
Public MethodReturns a two-dimensional transformation matrix, which represents projection of three-dimensional transformation matrix.
Public Methodstatic (Shared in Visual Basic)Determines whether MPR slice is axial.
Public Methodstatic (Shared in Visual Basic)Determines whether MPR slice is coronal.
Public Methodstatic (Shared in Visual Basic)Determines that MPR planar slices are parallel.
Public Methodstatic (Shared in Visual Basic)Determines whether MPR slice is sagittal.
Public MethodSets read-only state of the MPR-slice. (Inherited from MprSlice)
Public MethodReturns a System.String that represents this instance.
Public MethodApplies a 2D transformation to the MPR slice. (Inherited from MprSlice)
Public MethodApplies a transformation to the MPR slice. (Inherited from MprSlice)
Public MethodTransforms 2D point from slice coordinates to the word (MPR image) coordinates.
Public MethodReturns a 2D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice. (Inherited from MprSlice)
Public MethodTries calcualte the point perspective to the slice. (Inherited from MprSlice)
Protected Methods
 NameDescription
Protected MethodChecks that MPR slice is read-only. (Inherited from MprSlice)
Protected MethodInitializes the MPR slice parameters. (Inherited from MprSlice)
Protected MethodRaises the PropertyChanged event. (Inherited from MprSlice)
See Also