Search Results for

    Show / Hide Table of Contents

    Class Eraser

    Eraser renderable

    Inheritance
    object
    CyclicWriter
    GraphicalCyclicWriter
    Eraser
    Inherited Members
    GraphicalCyclicWriter.Left
    GraphicalCyclicWriter.Top
    GraphicalCyclicWriter.Width
    GraphicalCyclicWriter.Height
    GraphicalCyclicWriter.Padding
    GraphicalCyclicWriter.Margins
    GraphicalCyclicWriter.SetMargins
    GraphicalCyclicWriter.HitboxStartPos
    GraphicalCyclicWriter.HitboxEndPos
    GraphicalCyclicWriter.GenerateHitbox(Func<PointerEventContext, object>)
    GraphicalCyclicWriter.GenerateHitbox(Action<PointerEventContext>)
    Namespace: Terminaux.Writer.CyclicWriters.Graphical
    Assembly: Terminaux.dll
    Syntax
    public class Eraser : GraphicalCyclicWriter

    Constructors

    | Edit this page View Source

    Eraser()

    Makes a new instance of the eraser renderer

    Declaration
    public Eraser()

    Methods

    | Edit this page View Source

    Render()

    Renders a box that will erase parts of the screen

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    Rendered text that will be used by the renderer

    Overrides
    CyclicWriter.Render()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX