'Declaration Protected Overridable Sub Init( _
ByVal locationLocation of the MPR slice.As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal widthWidth of the MPR slice.As Double, _
ByVal heightHeight of the MPR slice.As Double, _
ByVal xAxisThe X-axis direction vector of the MPR slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByVal yAxisThe Y-axis direction vector of the MPR slice.As Vintasoft.Imaging.VintasoftVector3D _
)
protected virtual void Init(
Vintasoft.Imaging.VintasoftPoint3D location,
double width,
double height,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Imaging.VintasoftVector3D yAxis
)
protected: virtual void Init(
Vintasoft.Imaging.VintasoftPoint3D location,
double width,
double height,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Imaging.VintasoftVector3D yAxis
)
protected:
virtual void Init(
Vintasoft.Imaging.VintasoftPoint3D location,
double width,
double height,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Imaging.VintasoftVector3D yAxis
)
Parameters
- location
- Location of the MPR slice.
- width
- Width of the MPR slice.
- height
- Height of the MPR slice.
- xAxis
- The X-axis direction vector of the MPR slice.
- yAxis
- The Y-axis direction vector of the MPR slice.