Table of Contents

Class Circle2D

Namespace
AstraEngine.Canvas2D
Assembly
AstraEngine.Canvas2D.dll

Represents a Decagon (Circle) that can be drawn in 2D space

public class Circle2D : Drawable
Inheritance
Circle2D
Inherited Members

Properties

Color

The color of the decagon

public Color Color { get; set; }

Property Value

Color

Radius

The radius of the decagon

public float Radius { get; set; }

Property Value

float

Methods

Draw(ICanvas2D)

Draws this decagon using the specified renderer

public override void Draw(ICanvas2D renderer)

Parameters

renderer ICanvas2D