Ellipse function
Creates a D2D1_ELLIPSE structure.
Syntax
D2D1_ELLIPSE Ellipse(
_In_ const D2D1_POINT_2F ¢er,
FLOAT radiusX,
FLOAT radiusY
);
Parameters
- center [in, ref]
-
Type: const D2D1_POINT_2F
The center point of the ellipse.
- radiusX
-
Type: FLOAT
The x-radius of the ellipse.
- radiusY
-
Type: FLOAT
The y-radius of the ellipse.
Return value
Type: D2D1_ELLIPSE
The new ellipse.
Examples
For an example that shows how to create and render a D2D1_ELLIPSE, see How to Draw and Fill a Basic Shape.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|