Klasa CD2DEllipse

Otoka dla elementu D2D1_ELLIPSE.

Składnia

class CD2DEllipse : public D2D1_ELLIPSE;

Członkowie

Konstruktory publiczne

Nazwa/nazwisko opis
CD2DEllipse::CD2DEllipse Przeciążone. CD2DEllipse Tworzy obiekt z D2D1_ELLIPSE obiektu.

Hierarchia dziedziczenia

D2D1_ELLIPSE

CD2DEllipse

Wymagania

Nagłówek: afxrendertarget.h

CD2DEllipse::CD2DEllipse

Tworzy obiekt CD2DEllipse z obiektu CD2DRectF.

CD2DEllipse(const CD2DRectF& rect);
CD2DEllipse(const D2D1_ELLIPSE& ellipse);
CD2DEllipse(const D2D1_ELLIPSE* ellipse);

CD2DEllipse(
    const CD2DPointF& ptCenter,
    const CD2DSizeF& sizeRadius);

Parametry

Rect
prostokąt źródłowy

Elipsy
wielokropek źródłowy

ptCenter
Środkowy punkt wielokropka.

sizeRadius
Promień X i promień Y wielokropka.

Zobacz też

Klasy