Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 4.06 KB

nf-gdiplusgraphics-graphics-drawellipse(constpen_real_real_real_real).md

File metadata and controls

112 lines (77 loc) · 4.06 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdiplusgraphics.Graphics.DrawEllipse(constPen,REAL,REAL,REAL,REAL)
Graphics::DrawEllipse(IN const Pen,IN REAL,IN REAL,IN REAL,IN REAL) (gdiplusgraphics.h)
The Graphics::DrawEllipse method draws an ellipse. (overload 4/4)
DrawEllipse
DrawEllipse method [GDI+]
DrawEllipse method [GDI+]
Graphics class
Graphics class [GDI+]
DrawEllipse method
Graphics.DrawEllipse
Graphics.DrawEllipse(IN const Pen
IN REAL
IN REAL
IN REAL
IN REAL)
Graphics.DrawEllipse(const Pen*
REAL
REAL
REAL
REAL)
Graphics::DrawEllipse
Graphics::DrawEllipse(IN const Pen
IN REAL
IN REAL
IN REAL
IN REAL)
_gdiplus_CLASS_Graphics_DrawEllipse_Pen_pen_REAL_x_REAL_y_REAL_width_REAL_height_
gdiplus._gdiplus_CLASS_Graphics_DrawEllipse_Pen_pen_REAL_x_REAL_y_REAL_width_REAL_height_
gdiplus\_gdiplus_CLASS_Graphics_DrawEllipse_Pen_pen_REAL_x_REAL_y_REAL_width_REAL_height_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicsdrawellipsemethods\drawellipse_58penpen_realx_realy_realwidth_realheigh.htm
12/05/2018
DrawEllipse, DrawEllipse method [GDI+], DrawEllipse method [GDI+],Graphics class, Graphics class [GDI+],DrawEllipse method, Graphics.DrawEllipse, Graphics.DrawEllipse(IN const Pen,IN REAL,IN REAL,IN REAL,IN REAL), Graphics.DrawEllipse(const Pen*,REAL,REAL,REAL,REAL), Graphics::DrawEllipse, Graphics::DrawEllipse(IN const Pen,IN REAL,IN REAL,IN REAL,IN REAL), _gdiplus_CLASS_Graphics_DrawEllipse_Pen_pen_REAL_x_REAL_y_REAL_width_REAL_height_, gdiplus._gdiplus_CLASS_Graphics_DrawEllipse_Pen_pen_REAL_x_REAL_y_REAL_width_REAL_height_
gdiplusgraphics.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.0
19H1
Graphics::DrawEllipse
gdiplusgraphics/Graphics::DrawEllipse
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Graphics.DrawEllipse

Graphics::DrawEllipse(IN const Pen,IN REAL,IN REAL,IN REAL,IN REAL)

-description

The Graphics::DrawEllipse method draws an ellipse.

-parameters

-param pen [in]

Type: const Pen*

Pointer to a pen that is used to draw the ellipse.

-param x [in]

Type: REAL

Real number that specifies the x-coordinate of the upper-left corner of the rectangle that bounds the ellipse.

-param y [in]

Type: REAL

Real number that specifies the y-coordinate of the upper-left corner of the rectangle that bounds the ellipse.

-param width [in]

Type: REAL

Real number that specifies the width of the rectangle that bounds the ellipse.

-param height [in]

Type: REAL

Real number that specifies the height of the rectangle that bounds the ellipse.

-returns

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

-see-also

Ellipses and Arcs

FillEllipse Methods

Graphics

Pen