VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode.BarcodeStructure Namespace / MatrixBarcodeStructure Class / GetMatrixElement(Int32,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetMatrixElement(Int32,Int32) Метод (MatrixBarcodeStructure)
    В этом разделе
    Возвращает элемент матрицы в указанном месте.
    Синтаксис
    'Declaration
    
    Public Function GetMatrixElement( _
    ByVal x
    X координата на матрице штрих-кода.
    As Integer, _
    ByVal y
    Y координата на матрице штрих-кода.
    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

    Элемент матрицы.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также