Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID2D1RenderTarget::FillEllipse methods

Paints the interior of the specified ellipse.

Overload list

MethodDescription
FillEllipse(D2D1_ELLIPSE&,ID2D1Brush*)

Paints the interior of the specified ellipse.

FillEllipse(D2D1_ELLIPSE*,ID2D1Brush*)

Paints the interior of the specified ellipse.

Remarks

This method doesn't return an error code if it fails. To determine whether a drawing operation (such as FillEllipse) failed, check the result returned by the ID2D1RenderTarget::EndDraw or ID2D1RenderTarget::Flush methods.

Examples

For an example, see How to Draw and Fill a Basic Shape.

Requirements

Library

D2d1.lib

DLL

D2d1.dll

See also

ID2D1RenderTarget
How to Draw and Fill a Basic Shape

 

 

Show:
© 2017 Microsoft