CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngCanvasEdgePatternOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Edge pattern options for frames and badges.

Inheritance

  • Object
  • QrPngCanvasEdgePatternOptions

Usage

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

Constructors

Properties

public QrPngCanvasEdgePatternType Type { get; set; } #

Pattern type.

public Rgba32 Color { get; set; } #

Pattern color.

public Int32 ThicknessPx { get; set; } #

Pattern thickness in pixels.

public Int32 SpacingPx { get; set; } #

Spacing between pattern elements in pixels.

public Int32 DashPx { get; set; } #

Dash length in pixels (used by dashes/stitches).

public Int32 InsetPx { get; set; } #

Inset from the outer edge in pixels.