'Declaration Public Function GetMatrixElementHierarchy( _
ByVal xThe X-coordiante on barcode matrix.As Integer, _
ByVal yThe Y-coordiante on barcode matrix.As Integer _
) As BarcodeElement[]
public BarcodeElement[] GetMatrixElementHierarchy(
int x,
int y
)
public: BarcodeElement*[] GetMatrixElementHierarchy(
int x,
int y
)
public:
BarcodeElement^[] GetMatrixElementHierarchy(
int x,
int y
)
Parameters
- x
- The X-coordiante on barcode matrix.
- y
- The Y-coordiante on barcode matrix.
Return Value
Array that contains all elements and layers over specified cell.