VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeStructure Namespace / BarcodeLayerElement Class / BarcodeLayerElement Constructor(Int32,Int32,BarcodeElement)
Syntax Requirements SeeAlso
In This Topic
    BarcodeLayerElement Constructor(Int32,Int32,BarcodeElement)
    In This Topic
    Initializes a new instance of the BarcodeLayerElement class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal x
    The X coordinate of barcode element.
    As Integer, _
    ByVal y
    The Y coordinate of barcode element.
    As Integer, _
    ByVal element
    The barcode element.
    As BarcodeElement _
    )
    public BarcodeLayerElement(
    int x,
    int y,
    BarcodeElement element
    )
    public: BarcodeLayerElement(
    int x,
    int y,
    BarcodeElement* element
    )
    public:
    BarcodeLayerElement(
    int x,
    int y,
    BarcodeElement^ element
    )

    Parameters

    x
    The X coordinate of barcode element.
    y
    The Y coordinate of barcode element.
    element
    The barcode element.
    Requirements

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

    See Also