Class EllipseGeometry
[Guid("2cd906a4-12e2-11dc-9fed-001143a055f9")]
public class EllipseGeometry : Geometry
- Inheritance
-
EllipseGeometry
- Inherited Members
Constructors
EllipseGeometry(Factory, Ellipse)
Creates an EllipseGeometry.
public EllipseGeometry(Factory factory, Ellipse ellipse)
Parameters
factory
Factoryan instance of Factory
ellipse
EllipseA value that describes the center point, x-radius, and y-radius of the ellipse geometry.
EllipseGeometry(nint)
public EllipseGeometry(nint nativePtr)
Parameters
nativePtr
nint
Properties
Ellipse
Gets the Ellipse structure that describes this ellipse geometry.
public Ellipse Ellipse { get; }
Property Value
Operators
explicit operator EllipseGeometry(nint)
public static explicit operator EllipseGeometry(nint nativePtr)
Parameters
nativePtr
nint