CodeGlyphX logo
CodeGlyphX

API Reference

Class

MatrixSvgRenderOptions

Namespace CodeGlyphX.Rendering.Svg
Assembly CodeGlyphX
Modifiers sealed

Options for rendering generic 2D matrices to SVG.

Inheritance

  • Object
  • MatrixSvgRenderOptions

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

Methods

public MatrixSvgRenderOptions WithDarkColor(String color) #
Returns: MatrixSvgRenderOptions

Sets the dark color (CSS value).

Parameters

color System.String requiredposition: 0
public MatrixSvgRenderOptions WithLightColor(String color) #
Returns: MatrixSvgRenderOptions

Sets the light color (CSS value).

Parameters

color System.String requiredposition: 0
public MatrixSvgRenderOptions WithModuleSize(Int32 size) #
Returns: MatrixSvgRenderOptions

Sets the module size in pixels.

Parameters

size System.Int32 requiredposition: 0
public MatrixSvgRenderOptions WithQuietZone(Int32 quietZone) #
Returns: MatrixSvgRenderOptions

Sets the quiet zone size in modules.

Parameters

quietZone System.Int32 requiredposition: 0

Properties

public Int32 ModuleSize { get; set; } #

Module size in pixels.

public Int32 QuietZone { get; set; } #

Quiet zone size in modules.

public String DarkColor { get; set; } #

Foreground color (CSS).

public String LightColor { get; set; } #

Background color (CSS).