Skip to content

Latest commit

 

History

History
118 lines (77 loc) · 4.51 KB

nf-gdiplusgraphics-graphics-fillclosedcurve(constbrush_constpoint_int).md

File metadata and controls

118 lines (77 loc) · 4.51 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.FillClosedCurve(constBrush,constPoint,INT)
Graphics::FillClosedCurve(IN const Brush,IN const Point,IN INT) (gdiplusgraphics.h)
The Graphics::FillClosedCurve method creates a closed cardinal spline from an array of points and uses a brush to fill the interior of the spline. (overload 2/2)
FillClosedCurve
FillClosedCurve method [GDI+]
FillClosedCurve method [GDI+]
Graphics class
Graphics class [GDI+]
FillClosedCurve method
Graphics.FillClosedCurve
Graphics.FillClosedCurve(IN const Brush
IN const Point
IN INT)
Graphics.FillClosedCurve(const Brush*
const Point*
INT)
Graphics::FillClosedCurve
Graphics::FillClosedCurve(IN const Brush
IN const Point
IN INT)
_gdiplus_CLASS_Graphics_FillClosedCurve_Brush_brush_Point_points_INT_count_
gdiplus._gdiplus_CLASS_Graphics_FillClosedCurve_Brush_brush_Point_points_INT_count_
gdiplus\_gdiplus_CLASS_Graphics_FillClosedCurve_Brush_brush_Point_points_INT_count_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicsfillclosedcurvemethods\fillclosedcurve.htm
12/05/2018
FillClosedCurve, FillClosedCurve method [GDI+], FillClosedCurve method [GDI+],Graphics class, Graphics class [GDI+],FillClosedCurve method, Graphics.FillClosedCurve, Graphics.FillClosedCurve(IN const Brush,IN const Point,IN INT), Graphics.FillClosedCurve(const Brush*,const Point*,INT), Graphics::FillClosedCurve, Graphics::FillClosedCurve(IN const Brush,IN const Point,IN INT), _gdiplus_CLASS_Graphics_FillClosedCurve_Brush_brush_Point_points_INT_count_, gdiplus._gdiplus_CLASS_Graphics_FillClosedCurve_Brush_brush_Point_points_INT_count_
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::FillClosedCurve
gdiplusgraphics/Graphics::FillClosedCurve
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Graphics.FillClosedCurve

Graphics::FillClosedCurve(IN const Brush,IN const Point,IN INT)

-description

The Graphics::FillClosedCurve method creates a closed cardinal spline from an array of points and uses a brush to fill the interior of the spline.

-parameters

-param brush [in]

Type: const Brush*

Pointer to a Brush object that is used to paint the interior of the spline.

-param points [in]

Type: const Point*

Pointer to an array of points that this method uses to create a closed cardinal spline. Each point in the array is a point on the spline.

-param count [in]

Type: INT

Integer that specifies the number of points in the points array.

-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

Brushes and Filled Shapes

Cardinal Splines

Color

Drawing Cardinal Splines

Graphics

Open and Closed Curves

Point

SolidBrush