Table of Contents

Struct Ellipse

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Contains the center point, x-radius, and y-radius of an ellipse.
D2D1_ELLIPSE

public struct Ellipse : IEquatable<Ellipse>
Implements
Inherited Members

Constructors

Ellipse(Point2Float, float)
Ellipse(Point2Float, float, float)
Ellipse(RectFloat)
Ellipse(float, float, float)
Ellipse(float, float, float, float)

Properties

Bounds

Gets the bounding rectangle of the ellipse.

Center

The center point of the ellipse.

RadiusX

The X-radius of the ellipse.

RadiusY

The Y-radius of the ellipse.

Methods

Equals(Ellipse)
Equals(object?)
GetHashCode()

Operators

operator ==(Ellipse, Ellipse)
operator !=(Ellipse, Ellipse)