'Declaration Public Function GetMatrixElement( _
ByVal xThe X-coordiante on barcode matrix.As Integer, _
ByVal yThe Y-coordiante on barcode matrix.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
- The X-coordiante on barcode matrix.
- y
- The Y-coordiante on barcode matrix.
Return Value
Matrix element.