Ellipse Constructor (Vector2D, Single, Single, Color)Delta Engine Documentation
Initializes a new instance of the Ellipse class

Namespace: DeltaEngine.Rendering2D.Shapes
Assembly: DeltaEngine.Rendering2D.Shapes (in DeltaEngine.Rendering2D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Ellipse(
	Vector2D center,
	float radiusX,
	float radiusY,
	Color color
)
See Also