SliceO_Buffer::Matrix_Get_X
SliceO_Buffer::Matrix_Get_Y
SliceO_Buffer::Matrix_Get_Dim
These methods return the "X", "Y" and "Dim" values used to create the data matrix.
Syntax
unsigned short Matrix_Get_X(
void
) ;
unsigned short Matrix_Get_Y(
void
) ;
unsigned short Matrix_Get_Dim(
void
) ;
Parameters
This method does not have a parameter.
Return value
These methods return the "X", "Y" and "Dim" values used to create the data matrix.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
Accessing the data matrix:
See also