'Declaration Public Function New( _
ByVal locationThe location of the MPR planar slice.As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal xAxisThe X-axis direction vector of the MPR planar slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByVal yAxisThe Y-axis direction vector of the MPR planar slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByVal widthWidth of the MPR planar slice.As Double, _
ByVal heightHeight of the MPR planar slice.As Double _
)
public MprPlanarSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double width,
double height
)
public: MprPlanarSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double width,
double height
)
public:
MprPlanarSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double width,
double height
)
Parameters
- location
- The location of the MPR planar slice.
- xAxis
- The X-axis direction vector of the MPR planar slice.
- yAxis
- The Y-axis direction vector of the MPR planar slice.
- width
- Width of the MPR planar slice.
- height
- Height of the MPR planar slice.