Class D2D1EllipseGeometry
Represents an ellipse.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1EllipseGeometry : D2D1Geometry, IDisposable, ID2D1Releasable
Properties
| Edit this page View SourceEllipse
Gets the D2D1Ellipse structure that describes this ellipse geometry.
Declaration
public D2D1Ellipse Ellipse { get; }
Property Value
Type | Description |
---|---|
D2D1Ellipse |
Handle
Gets an handle representing the D2D1 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |