EllipseGeometry Constructor (Point, Double, Double, Transform^)

 

Initializes a new instance of the EllipseGeometry class that has the specified position, size, and transformation.

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

public:
EllipseGeometry(
	Point center,
	double radiusX,
	double radiusY,
	Transform^ transform
)

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.

transform
Type: System.Windows.Media::Transform^

The transformation to apply to the ellipse.

.NET Framework
Available since 3.0
Return to top
Show: