Table of Contents

Class EllipseGeometry

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[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 Factory

an instance of Factory

ellipse Ellipse

A 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

Ellipse

Operators

explicit operator EllipseGeometry(nint)

public static explicit operator EllipseGeometry(nint nativePtr)

Parameters

nativePtr nint

Returns

EllipseGeometry