CircleShape Constructor
From SFML.Net
SFML.Net
| CircleShape Constructor |
| Name | Description | |
|---|---|---|
|
|
CircleShape |
Default constructor
|
|
|
CircleShape(Single) |
Construct the shape with an initial radius
|
|
|
CircleShape(CircleShape) |
Construct the shape from another shape
|
|
|
CircleShape(Single, UInt32) |
Construct the shape with an initial radius and point count
|