'Declaration Protected Overridable Sub RenderBarcodeLayerElement( _
ByVal barcodeElementThe barcode element to render.As Vintasoft.Barcode.BarcodeStructure.BarcodeLayerElement, _
ByVal xThe X-coordinate of element.As Integer, _
ByVal yThe 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.