Class D2D1EllipseGeometry
Represents an ellipse.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[SecurityCritical]
public class D2D1EllipseGeometry : D2D1Geometry, IDisposable
Constructors
| Edit this page View SourceD2D1EllipseGeometry(nint)
Initializes a new instance of the D2D1EllipseGeometry class.
Declaration
public D2D1EllipseGeometry(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD2D1EllipseGeometryGuid
The interface GUID.
Declaration
public static readonly Guid D2D1EllipseGeometryGuid
Field Value
| Type | Description |
|---|---|
| Guid |
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 |