CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngModuleScaleMode

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

Module scale map modes.

Inheritance

  • Enum
  • QrPngModuleScaleMode

Usage

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

Values

public const QrPngModuleScaleMode Rings #

Concentric bands from the center.

Value: 0
public const QrPngModuleScaleMode Radial #

Smooth radial gradient from the center.

Value: 1
public const QrPngModuleScaleMode Random #

Pseudo-random per-module scale.

Value: 2
public const QrPngModuleScaleMode Checker #

Alternating pattern (checkerboard).

Value: 3