Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 4.13 KB

nf-gdiplusgraphics-graphics-fillrectangle(constbrush_int_int_int_int).md

File metadata and controls

110 lines (75 loc) · 4.13 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.FillRectangle(constBrush,INT,INT,INT,INT)
Graphics::FillRectangle(IN const Brush,IN INT,IN INT,IN INT,IN INT) (gdiplusgraphics.h)
The Graphics::FillRectangle method uses a brush to fill the interior of a rectangle. (overload 3/4)
FillRectangle
FillRectangle method [GDI+]
FillRectangle method [GDI+]
Graphics class
Graphics class [GDI+]
FillRectangle method
Graphics.FillRectangle
Graphics.FillRectangle(IN const Brush
IN INT
IN INT
IN INT
IN INT)
Graphics.FillRectangle(const Brush*
INT
INT
INT
INT)
Graphics::FillRectangle
Graphics::FillRectangle(IN const Brush
IN INT
IN INT
IN INT
IN INT)
_gdiplus_CLASS_Graphics_FillRectangle_Brush_brush_INT_x_INT_y_INT_width_INT_height_
gdiplus._gdiplus_CLASS_Graphics_FillRectangle_Brush_brush_INT_x_INT_y_INT_width_INT_height_
gdiplus\_gdiplus_CLASS_Graphics_FillRectangle_Brush_brush_INT_x_INT_y_INT_width_INT_height_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicsfillrectanglemethods\fillrectangle_79brushbrush_intx_inty_intwidth_intheigh.htm
12/05/2018
FillRectangle, FillRectangle method [GDI+], FillRectangle method [GDI+],Graphics class, Graphics class [GDI+],FillRectangle method, Graphics.FillRectangle, Graphics.FillRectangle(IN const Brush,IN INT,IN INT,IN INT,IN INT), Graphics.FillRectangle(const Brush*,INT,INT,INT,INT), Graphics::FillRectangle, Graphics::FillRectangle(IN const Brush,IN INT,IN INT,IN INT,IN INT), _gdiplus_CLASS_Graphics_FillRectangle_Brush_brush_INT_x_INT_y_INT_width_INT_height_, gdiplus._gdiplus_CLASS_Graphics_FillRectangle_Brush_brush_INT_x_INT_y_INT_width_INT_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::FillRectangle
gdiplusgraphics/Graphics::FillRectangle
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Graphics.FillRectangle

Graphics::FillRectangle(IN const Brush,IN INT,IN INT,IN INT,IN INT)

-description

The Graphics::FillRectangle method uses a brush to fill the interior of a rectangle.

-parameters

-param brush [in]

Type: const Brush*

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

-param x [in]

Type: INT

Integer that specifies the x-coordinate of the upper-left corner of the rectangle to be filled.

-param y [in]

Type: INT

Integer that specifies the y-coordinate of the upper-left corner of the rectangle to be filled.

-param width [in]

Type: INT

Integer that specifies the width of the rectangle to be filled.

-param height [in]

Type: INT

Integer that specifies the height of the rectangle to be filled.

-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

Color

Graphics

Rect

Status