CD2DEllipse 类
D2D1_ELLIPSE
的包装器。
语法
class CD2DEllipse : public D2D1_ELLIPSE;
成员
公共构造函数
名称 | 描述 |
---|---|
CD2DEllipse::CD2DEllipse | 已重载。 从 D2D1_ELLIPSE 对象构造一个 CD2DEllipse 对象。 |
继承层次结构
D2D1_ELLIPSE
CD2DEllipse
要求
标头:afxrendertarget.h
CD2DEllipse::CD2DEllipse
从 CD2DRectF 对象构造 CD2DEllipse 对象。
CD2DEllipse(const CD2DRectF& rect);
CD2DEllipse(const D2D1_ELLIPSE& ellipse);
CD2DEllipse(const D2D1_ELLIPSE* ellipse);
CD2DEllipse(
const CD2DPointF& ptCenter,
const CD2DSizeF& sizeRadius);
参数
rect
源矩形
ellipse
源椭圆形
ptCenter
椭圆形的中心点。
sizeRadius
椭圆形的 X 半径和 Y 半径。