Search Results for

    Show / Hide Table of Contents

    Class RendererTools

    Renderer tools for renderables

    Inheritance
    object
    RendererTools
    Namespace: Terminaux.Writer.CyclicWriters.Renderer
    Assembly: Terminaux.dll
    Syntax
    public static class RendererTools

    Methods

    | Edit this page View Source

    RenderRenderable(CyclicWriter)

    Renders the renderable

    Declaration
    public static string RenderRenderable(CyclicWriter renderable)
    Parameters
    Type Name Description
    CyclicWriter renderable

    Renderable instance to render

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    RenderRenderable(CyclicWriter, Coordinate)

    Renders the renderable

    Declaration
    public static string RenderRenderable(CyclicWriter renderable, Coordinate pos)
    Parameters
    Type Name Description
    CyclicWriter renderable

    Renderable instance to render

    Coordinate pos

    Position to write to

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    RenderRenderable(CyclicWriter, Coordinate, Size)

    Renders the renderable

    Declaration
    public static string RenderRenderable(CyclicWriter renderable, Coordinate pos, Size size)
    Parameters
    Type Name Description
    CyclicWriter renderable

    Renderable instance to render

    Coordinate pos

    Position to write to

    Size size

    Size of the renderable for width and height

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    RenderRenderable(GraphicalCyclicWriter)

    Renders the renderable

    Declaration
    public static string RenderRenderable(GraphicalCyclicWriter renderable)
    Parameters
    Type Name Description
    GraphicalCyclicWriter renderable

    Renderable instance to render

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    RenderRenderable(GraphicalCyclicWriter, Coordinate)

    Renders the renderable

    Declaration
    public static string RenderRenderable(GraphicalCyclicWriter renderable, Coordinate pos)
    Parameters
    Type Name Description
    GraphicalCyclicWriter renderable

    Renderable instance to render

    Coordinate pos

    Position to write to

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    RenderRenderable(GraphicalCyclicWriter, Coordinate, Size)

    Renders the renderable

    Declaration
    public static string RenderRenderable(GraphicalCyclicWriter renderable, Coordinate pos, Size size)
    Parameters
    Type Name Description
    GraphicalCyclicWriter renderable

    Renderable instance to render

    Coordinate pos

    Position to write to

    Size size

    Size of the renderable for width and height

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    RenderRenderable(SimpleCyclicWriter)

    Renders the renderable

    Declaration
    public static string RenderRenderable(SimpleCyclicWriter renderable)
    Parameters
    Type Name Description
    SimpleCyclicWriter renderable

    Renderable instance to render

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    RenderRenderable(SimpleCyclicWriter, Coordinate)

    Renders the renderable

    Declaration
    public static string RenderRenderable(SimpleCyclicWriter renderable, Coordinate pos)
    Parameters
    Type Name Description
    SimpleCyclicWriter renderable

    Renderable instance to render

    Coordinate pos

    Position to write to

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    WriteRenderable(CyclicWriter)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(CyclicWriter renderable)
    Parameters
    Type Name Description
    CyclicWriter renderable

    Renderable instance to write

    | Edit this page View Source

    WriteRenderable(CyclicWriter, Coordinate)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(CyclicWriter renderable, Coordinate pos)
    Parameters
    Type Name Description
    CyclicWriter renderable

    Renderable instance to write

    Coordinate pos

    Position to write to

    | Edit this page View Source

    WriteRenderable(CyclicWriter, Coordinate, Size)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(CyclicWriter renderable, Coordinate pos, Size size)
    Parameters
    Type Name Description
    CyclicWriter renderable

    Renderable instance to write

    Coordinate pos

    Position to write to

    Size size

    Size of the renderable for width and height

    | Edit this page View Source

    WriteRenderable(GraphicalCyclicWriter)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(GraphicalCyclicWriter renderable)
    Parameters
    Type Name Description
    GraphicalCyclicWriter renderable

    Renderable instance to write

    | Edit this page View Source

    WriteRenderable(GraphicalCyclicWriter, Coordinate)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(GraphicalCyclicWriter renderable, Coordinate pos)
    Parameters
    Type Name Description
    GraphicalCyclicWriter renderable

    Renderable instance to write

    Coordinate pos

    Position to write to

    | Edit this page View Source

    WriteRenderable(GraphicalCyclicWriter, Coordinate, Size)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(GraphicalCyclicWriter renderable, Coordinate pos, Size size)
    Parameters
    Type Name Description
    GraphicalCyclicWriter renderable

    Renderable instance to write

    Coordinate pos

    Position to write to

    Size size

    Size of the renderable for width and height

    | Edit this page View Source

    WriteRenderable(SimpleCyclicWriter)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(SimpleCyclicWriter renderable)
    Parameters
    Type Name Description
    SimpleCyclicWriter renderable

    Renderable instance to write

    | Edit this page View Source

    WriteRenderable(SimpleCyclicWriter, Coordinate)

    Writes the renderable to the console

    Declaration
    public static void WriteRenderable(SimpleCyclicWriter renderable, Coordinate pos)
    Parameters
    Type Name Description
    SimpleCyclicWriter renderable

    Renderable instance to write

    Coordinate pos

    Position to write to

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX