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
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.