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