Table of Contents

Class GeometryRenderer

Namespace
ZXing.Rendering
Assembly
zxing.dll

Renders a barcode into a geometry Autor: Rob Fonseca-Ensor

public class GeometryRenderer : IBarcodeRenderer<Geometry>
Inheritance
GeometryRenderer
Implements
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 BitMatrix

The matrix.

format BarcodeFormat

The format.

content string

The 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 BitMatrix

The matrix.

format BarcodeFormat

The format.

content string

The content.

options EncodingOptions

The options.

Returns

Geometry