'Declaration Public Shared Function CreateSagittalSlice( _
ByVal locationThe location of the MPR slice.As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal widthWidth of the slice.As Double, _
ByVal heightHeight of the slice.As Double _
) As MprPlanarSlice
public static MprPlanarSlice CreateSagittalSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
double width,
double height
)
public: static MprPlanarSlice* CreateSagittalSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
double width,
double height
)
public:
static MprPlanarSlice^ CreateSagittalSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
double width,
double height
)
Parameters
- location
- The location of the MPR slice.
- width
- Width of the slice.
- height
- Height of the slice.
Return Value
The sagittal slice.