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
Radius
The radius of the decagon
public float Radius { get; set; }
Property Value
Methods
Draw(ICanvas2D)
Draws this decagon using the specified renderer
public override void Draw(ICanvas2D renderer)
Parameters
rendererICanvas2D