MprImage Class Properties
In This Topic
For a list of all properties of this type, see
MprImage.
Public Properties
| | Name | Description |
 | ApplyVoiLut | Gets or sets the ApplyDicomImageVoiLutCommand, which should be applied to DICOM slice when slice is rendered. |
 | CorrectNotRegularSlicesInterval | Gets or sets a value indicating whether the MPR image must correct NOT regular slices interval. |
 | DataSize | Gets the size, in bytes, of the MPR image data. |
 | DiagonalLength | Gets the length, in millimeters, of the MPR image cube by diagonal. |
 | FillDataThreadCount | Gets or sets the maximum count of threads, which can be used for filling of MPR data. |
 | IsDataFilled | Gets a value indicating whether MPR image data are filled. |
 | IsDataFilling | Gets a value indicating whether MPR image data are filling. |
 | IsDisposed | Gets a value indicating whether this MPR image has been disposed of. |
 | IsInitialized | Gets a value indicating whether MPR image data are initialized. |
 | IsSlicesIntervalCorrected | Gets a value indicating whether the MPR image performed correction of NOT regular slices interval. |
 | Location | Gets the location, in 3D space, of the MPR image cube. |
 | RenderingThreadCount | Gets or sets the maximum count of threads, which can be used for rendering of MPR slices. |
 | SliceIntervalMaxDelta | Gets or sets the maximum difference of the interval between adjacent slices, in percents of the interval between slices. |
 | SourceData | Gets the source data for MPR Image. |
 | XAxis | Gets the direction vector, of the MPR image cube by X axis. |
 | XDataLength | Gets the length, in pixels, of the MPR image data by X axis. |
 | XLength | Gets the length, in millimeters, of the MPR image cube by X axis. |
 | XPixelLength | Gets the length, in millimeters, of pixel by X axis. |
 | YAxis | Gets the direction vector, of the MPR image cube by Y axis. |
 | YDataLength | Gets the length, in pixels, of the MPR image data by Y axis. |
 | YLength | Gets the length, in millimeters, of the MPR image cube by Y axis. |
 | YPixelLength | Gets the length, in millimeters, of pixel by Y axis. |
 | ZAxis | Gets the direction vector, of the MPR image cube by Z axis. |
 | ZDataLength | Gets the length, in pixels, of the MPR image data by Z axis. |
 | ZLength | Gets the length, in millimeters, of the MPR image cube by Z axis. |
 | ZPixelLength | Gets the length, in millimeters, of pixel by Z axis. |
See Also