'Declaration Public Function GetMatrixElement( _
ByVal xX координата на матрице штрих-кода.As Integer, _
ByVal yY координата на матрице штрих-кода.As Integer _
) As BarcodeElement
public BarcodeElement GetMatrixElement(
int x,
int y
)
public: BarcodeElement* GetMatrixElement(
int x,
int y
)
public:
BarcodeElement^ GetMatrixElement(
int x,
int y
)
Parameters
- x
 - X координата на матрице штрих-кода.
 - y
 - Y координата на матрице штрих-кода.
 
Return Value
Элемент матрицы.