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(
Rectangle drawArea,
Color color
)
public Ellipse(
Rectangle drawArea,
Color color
)
Public Sub New (
drawArea As Rectangle,
color As Color
)
Public Sub New (
drawArea As Rectangle,
color As Color
)
public:
Ellipse(
Rectangle drawArea,
Color color
)
public:
Ellipse(
Rectangle drawArea,
Color color
)
new :
drawArea : Rectangle *
color : Color -> Ellipse
new :
drawArea : Rectangle *
color : Color -> Ellipse