Returns image view reconstructed from pages in the provided plane.
Syntax
'Declaration
Public Overloads Function GetPlane( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearMprViewType, _
ByVal As Boolean, _
ByVal As Boolean _
) As ImGearRasterPage
'Usage
Dim instance As ImGearMprProcessor
Dim x1 As Integer
Dim y1 As Integer
Dim x2 As Integer
Dim y2 As Integer
Dim viewType As ImGearMprViewType
Dim rotateAxes As Boolean
Dim updateLUT As Boolean
Dim value As ImGearRasterPage
value = instance.GetPlane(x1, y1, x2, y2, viewType, rotateAxes, updateLUT)
Parameters
- x1
- Start X coordinate of the plane.
- y1
- Start Y coordinate of the plane.
- x2
- End X coordinate of the plane.
- y2
- End Y coordinate of the plane.
- viewType
- Specifies on which view to perform reconstruction.
- rotateAxes
-
Indicates whether to rotate axes, so vertical axis becomes horizontal and vise versa.
Should be true when reconstructing sagittal view from coronal view, or axial and coronal views from saggital view; false otherwise.
- updateLUT
- Indicates whether to update LUT.
Return Value
Page containing reconstructed view.
See Also