Initializes a new instance of the
Ellipse class
Namespace: DeltaEngine.Rendering2D.ShapesAssembly: DeltaEngine.Rendering2D.Shapes (in DeltaEngine.Rendering2D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
public Ellipse(
Vector2D center,
float radiusX,
float radiusY,
Color color
)
public Ellipse(
Vector2D center,
float radiusX,
float radiusY,
Color color
)
Public Sub New (
center As Vector2D,
radiusX As Single,
radiusY As Single,
color As Color
)
Public Sub New (
center As Vector2D,
radiusX As Single,
radiusY As Single,
color As Color
)
public:
Ellipse(
Vector2D center,
float radiusX,
float radiusY,
Color color
)
public:
Ellipse(
Vector2D center,
float radiusX,
float radiusY,
Color color
)
new :
center : Vector2D *
radiusX : float32 *
radiusY : float32 *
color : Color -> Ellipse
new :
center : Vector2D *
radiusX : float32 *
radiusY : float32 *
color : Color -> Ellipse