CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngModuleScaleMapOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Options for per-module scale mapping.

Inheritance

  • Object
  • QrPngModuleScaleMapOptions

Usage

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

Accepted by parameters

Constructors

Properties

public QrPngModuleScaleMode Mode { get; set; } #

Gets or sets the scale map mode.

public Double MinScale { get; set; } #

Gets or sets the minimum scale factor (0.1..1.0).

public Double MaxScale { get; set; } #

Gets or sets the maximum scale factor (0.1..1.0).

public Int32 RingSize { get; set; } #

Gets or sets the ring size in modules for Rings.

public Int32 Seed { get; set; } #

Gets or sets the random seed for Random.

public Boolean ApplyToEyes { get; set; } #

When true, applies scale mapping to finder (eye) modules.

Fields

public const Int32 DefaultRingSize #

Default ring size (in modules) for Rings.

Value: 2