CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngModuleShapeMapMode

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

Modes for mapping module shapes across a QR matrix.

Inheritance

  • Enum
  • QrPngModuleShapeMapMode

Usage

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

Values

public const QrPngModuleShapeMapMode Radial #

Radial blend from center to edge using Split.

Value: 0
public const QrPngModuleShapeMapMode Rings #

Ring-based alternating shapes.

Value: 1
public const QrPngModuleShapeMapMode Checker #

Checkerboard alternation.

Value: 2
public const QrPngModuleShapeMapMode Random #

Random selection between shapes.

Value: 3
public const QrPngModuleShapeMapMode Corners #

Apply the secondary shape to corner zones.

Value: 4