Table of Contents

Class CircleRenderer

Namespace
Termule.Engine.Components
Assembly
Termule.Engine.dll

Renders a circle at the local IPositionProvider's position.

public sealed class CircleRenderer : PositionalRenderer
Inheritance
CircleRenderer
Inherited Members

Properties

Color

Gets or sets the color to draw the circle in.

public Color Color { get; set; }

Property Value

Color

DoubleWide

Gets or sets a value indicating whether circle cells should be duplicated horizontally.

public bool DoubleWide { get; set; }

Property Value

bool

Remarks

This is useful for making more round circles in the terminal.

Filled

Gets or sets a value indicating whether the interior cells of the circle should be filled.

public bool Filled { get; set; }

Property Value

bool

Radius

Gets or sets the radius of the circle to render.

public float Radius { get; set; }

Property Value

float