EllipseGeometry Constructor (Point, Double, Double)

 

Initializes a new instance of the EllipseGeometry class as an ellipse that has a specified center location, x radius, and y radius.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
EllipseGeometry(
	Point center,
	double radiusX,
	double radiusY
)

Parameters

center
Type: System.Windows::Point

The location of the center of the ellipse.

radiusX
Type: System::Double

The horizontal radius of the ellipse.

radiusY
Type: System::Double

The vertical radius of the ellipse.

.NET Framework
Available since 3.0
Return to top
Show: