'Declaration Protected Overloads Overridable Sub Render( _
ByVal elementThe element.As Vintasoft.Barcode.BarcodeStructure.BarcodeElement, _
ByVal xThe X-coordinate of element.As Integer, _
ByVal yThe Y-coordinate of element.As Integer _
)
protected virtual void Render(
Vintasoft.Barcode.BarcodeStructure.BarcodeElement element,
int x,
int y
)
Parameters
- element
- The element.
- x
- The X-coordinate of element.
- y
- The Y-coordinate of element.