CD2DEllipse Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CD2DEllipse Class.
A wrapper for D2D1_ELLIPSE.
class CD2DEllipse : public D2D1_ELLIPSE;
Public Constructors
| Name | Description |
|---|---|
| CD2DEllipse::CD2DEllipse | Overloaded. Constructs a CD2DEllipse object from D2D1_ELLIPSE object. |
D2D1_ELLIPSE
Header: afxrendertarget.h
Constructs a CD2DEllipse object from CD2DRectF object.
CD2DEllipse(const CD2DRectF& rect);
CD2DEllipse(const D2D1_ELLIPSE& ellipse);
CD2DEllipse(const D2D1_ELLIPSE* ellipse);
CD2DEllipse(
const CD2DPointF& ptCenter,
const CD2DSizeF& sizeRadius);
Parameters
rect
source rectangle
ellipse
source ellipse
ptCenter
The center point of the ellipse.
sizeRadius
The X-radius and Y-radius of the ellipse.
Show: