CodeGlyphX logo
CodeGlyphX

API Reference

Class

MatrixAsciiRenderer

Namespace CodeGlyphX.Rendering.Ascii
Assembly CodeGlyphX
Modifiers static

Renders 2D matrices as ASCII text.

Inheritance

  • Object
  • MatrixAsciiRenderer

Methods

public static String Render(BitMatrix modules, MatrixAsciiRenderOptions options = null) #
Returns: String

Renders the matrix to an ASCII string.

Parameters

modules CodeGlyphX.BitMatrix requiredposition: 0
options CodeGlyphX.Rendering.Ascii.MatrixAsciiRenderOptions = null optionalposition: 1