'Declaration Public Shared Function CreateBrowseMatrix( _
ByVal sliceThe slice.As MprSlice, _
ByVal offsetThe offset on perpendicular axis.As Double _
) As Vintasoft.Imaging.AffineMatrix3D
public static Vintasoft.Imaging.AffineMatrix3D CreateBrowseMatrix(
MprSlice slice,
double offset
)
public: static Vintasoft.Imaging.AffineMatrix3D* CreateBrowseMatrix(
MprSlice* slice,
double offset
)
public:
static Vintasoft.Imaging.AffineMatrix3D^ CreateBrowseMatrix(
MprSlice^ slice,
double offset
)
Parameters
- slice
- The slice.
- offset
- The offset on perpendicular axis.
Return Value
3D translation matrix.