ImageGear23.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearMprProcessor Class > GetPlaneSize Method : GetPlaneSize(Int32,Int32,Int32,Int32,ImGearMprViewType,Boolean) Method |
E.g. if original stack of images represents axial view, then:
To get coronal view, y1 and y2 should be equal to each other.
To get sagittal view, x1 and x2 should be equal to each other.
Any other set of X and Y coordinates will produce oblique view.
The x1 and x2 values range from 0 to the original image's width.
The y1 and y2 values range from 0 to the original image's height.