Class GeometryRenderer
Renders a barcode into a geometry Autor: Rob Fonseca-Ensor
public class GeometryRenderer : IBarcodeRenderer<Geometry>
- Inheritance
-
GeometryRenderer
- Implements
-
IBarcodeRenderer<Geometry>
- Inherited Members
Constructors
GeometryRenderer()
public GeometryRenderer()
Methods
Render(BitMatrix, BarcodeFormat, string)
Renders the specified matrix.
public Geometry Render(BitMatrix matrix, BarcodeFormat format, string content)
Parameters
matrix
BitMatrixThe matrix.
format
BarcodeFormatThe format.
content
stringThe content.
Returns
- Geometry
Render(BitMatrix, BarcodeFormat, string, EncodingOptions)
Renders the specified matrix.
public Geometry Render(BitMatrix matrix, BarcodeFormat format, string content, EncodingOptions options)
Parameters
matrix
BitMatrixThe matrix.
format
BarcodeFormatThe format.
content
stringThe content.
options
EncodingOptionsThe options.
Returns
- Geometry