VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPerpendicularMultiSlice Class
Constructors Properties Methods Events SeeAlso
In This Topic
    MprPerpendicularMultiSlice Class Members
    In This Topic
    The following tables list the members exposed by MprPerpendicularMultiSlice.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the actual column count.
    Public PropertyGets or sets the actual row count.
    Public PropertyGets the slice view area.
    Public PropertyGets or sets the SliceViewRect in ActualSliceViewArea space.
    Public Propertystatic (Shared in Visual Basic)Gets or sets the planar slice margin in Vintasoft.Imaging.UnitOfMeasure.Millimeters.
    Public Propertystatic (Shared in Visual Basic)Gets or sets the default planar slice count.
    Public PropertyGets or sets the index of the focused slice.
    Public PropertyGets or sets the height, in millimeters, of the MPR slice. (Inherited from MprSlice)
    Public PropertyGets a value indicating whether the MPR slice is initializing. (Inherited from MprSlice)
    Public PropertyGets a value indicating whether MPR slice is read-only. (Inherited from MprSlice)
    Public PropertyGets or sets the location of the MPR slice.
    Public PropertyGets or sets the planar slice margin in Vintasoft.Imaging.UnitOfMeasure.Millimeters.
    Public PropertyGets or sets the slice rendering mode. (Inherited from MprSlice)
    Public PropertyGets or sets the vertical offset of the drawn row.
    Public PropertyGets or sets the planar slice count.
    Public PropertyGets or sets the planar slice width.
    Public PropertyGets the distance between planar slices in Vintasoft.Imaging.UnitOfMeasure.Millimeters.
    Public PropertyGets the end index of the visible slice in SliceViewRect.
    Public PropertyGets the start index of the visible slice in SliceViewRect.
    Public PropertyGets or sets the rectangle, which is defined in the SourceSlice plane and defines which slices must be included in the result (X-axis). Also rectangle defines width and position of the slices (Y-axis).
    Public PropertyGets the source slice.
    Public PropertyGets or sets thickness of the slice in millimeters. (Inherited from MprSlice)
    Public PropertyGets or sets the width, in millimeters, of the MPR slice. (Inherited from MprSlice)
    Public PropertyGets or sets the X-axis direction vector of the MPR slice.
    Public PropertyGets or sets the Y-axis direction vector of the MPR slice.
    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 MethodCreates a new MprPerpendicularMultiSlice that is a copy of the current instance.
    Public MethodSignals the MprSlice that initialization is complete. (Inherited from MprSlice)
    Public MethodCalculates the slice height so that all images fit when rendering.
    Public MethodReturns a 3D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice.
    Public MethodReturns the planar slice with specified index.
    Public MethodReturns the center, in world space, of planar slice with specified index.
    Public MethodReturns the center, in world space, of planar slice with specified offset.
    Public MethodReturns the point perspective to the slice.
    Public MethodReturns the slice properties along X-axis.
    Public MethodReturns the distance to the specified slice.
    Public MethodReturns a two-dimensional transformation matrix, which represents projection of three-dimensional transformation matrix.
    Public MethodSets read-only state of the MPR-slice. (Inherited from MprSlice)
    Public MethodCalculate the slice height so that the specified number of images fits when rendering.
    Public MethodReturns a System.String that represents this instance. (Inherited from MprSlice)
    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)
    Public Events
     NameDescription
    Public EventOccurs when the slice property is changed. (Inherited from MprSlice)
    See Also