CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngModuleShape

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Module shape used by QrPngRenderer.

Inheritance

  • Enum
  • QrPngModuleShape

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const QrPngModuleShape Square #

Full square modules.

Value: 0
public const QrPngModuleShape Circle #

Circular (dot) modules.

Value: 1
public const QrPngModuleShape Rounded #

Rounded-corner square modules.

Value: 2
public const QrPngModuleShape ConnectedRounded #

Rounded modules that connect to adjacent dark modules.

Value: 3
public const QrPngModuleShape ConnectedSquircle #

Squircle modules that connect to adjacent dark modules.

Value: 4
public const QrPngModuleShape Diamond #

Diamond-shaped modules.

Value: 5
public const QrPngModuleShape SoftDiamond #

Soft diamond (rounded diamond) modules.

Value: 6
public const QrPngModuleShape Squircle #

Squircle (superellipse) modules.

Value: 7
public const QrPngModuleShape Leaf #

Leaf (lens) modules.

Value: 8
public const QrPngModuleShape Wave #

Wavy circle modules.

Value: 9
public const QrPngModuleShape Blob #

Organic blob modules.

Value: 10
public const QrPngModuleShape Dot #

Dot modules (small circles inside the cell).

Value: 11
public const QrPngModuleShape DotGrid #

Dot grid modules (four small dots per cell).

Value: 12