API Reference
Class
QrPngModuleScaleMapOptions
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.
Returned or exposed by
- Property QrEasyOptions.ModuleScaleMap
- Property QrPngRenderOptions.ModuleScaleMap
Accepted by parameters
Constructors
public QrPngModuleScaleMapOptions() #Inherited Methods
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.