VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeRenderer Class / RenderBarcodeMatrixElement(BarcodeMatrixElement,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    RenderBarcodeMatrixElement(BarcodeMatrixElement,Int32,Int32) Method (BarcodeRenderer)
    In This Topic
    Renders the barcode matrix element.
    Syntax
    'Declaration
    
    Protected Overridable Sub RenderBarcodeMatrixElement( _
    ByVal barcodeElement
    The barcode element to render.
    As Vintasoft.Barcode.BarcodeStructure.BarcodeMatrixElement, _
    ByVal x
    The X-coordinate of element.
    As Integer, _
    ByVal y
    The Y-coordinate of element.
    As Integer _
    )
    protected virtual void RenderBarcodeMatrixElement(
    Vintasoft.Barcode.BarcodeStructure.BarcodeMatrixElement barcodeElement,
    int x,
    int y
    )
    protected: virtual void RenderBarcodeMatrixElement(
    Vintasoft.Barcode.BarcodeStructure.BarcodeMatrixElement* barcodeElement,
    int x,
    int y
    )
    protected:
    virtual void RenderBarcodeMatrixElement(
    Vintasoft.Barcode.BarcodeStructure.BarcodeMatrixElement^ barcodeElement,
    int x,
    int y
    )

    Parameters

    barcodeElement
    The barcode element to render.
    x
    The X-coordinate of element.
    y
    The Y-coordinate of element.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also