CD2DEllipse Sınıfı
için D2D1_ELLIPSE
bir sarmalayıcı.
Sözdizimi
class CD2DEllipse : public D2D1_ELLIPSE;
Üyeler
Ortak Oluşturucular
Veri Akışı Adı | Açıklama |
---|---|
CD2DEllipse::CD2DEllipse | Aşırı yüklendi. Nesneden D2D1_ELLIPSE bir CD2DEllipse nesne oluşturur. |
Devralma Hiyerarşisi
D2D1_ELLIPSE
CD2DEllipse
Gereksinimler
Üst bilgi: afxrendertarget.h
CD2DEllipse::CD2DEllipse
CD2DRectF nesnesinden bir CD2DEllipse nesnesi oluşturur.
CD2DEllipse(const CD2DRectF& rect);
CD2DEllipse(const D2D1_ELLIPSE& ellipse);
CD2DEllipse(const D2D1_ELLIPSE* ellipse);
CD2DEllipse(
const CD2DPointF& ptCenter,
const CD2DSizeF& sizeRadius);
Parametreler
Rect
kaynak dikdörtgen
elips
kaynak üç nokta
ptCenter
Üç noktanın orta noktası.
sizeRadius
Üç noktanın X yarıçapı ve Y yarıçapı.