[]
Create an instance of Circle.
public Circle()
Create an instance of Circle.
public Circle(string content)
| Type | Name | Description |
|---|---|---|
| string | content |
Create an instance of Circle.
public Circle(string content, int radius)
| Type | Name | Description |
|---|---|---|
| string | content | |
| int | radius |