You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > StiDrawing Class > StiDrawing Methods > FillRectangle Method > FillRectangle Method (Graphics, Brush, double, double, double, double)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiDrawing.FillRectangle Method (Graphics, Brush, double, double, double, double)

Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.

Syntax
C++
C#
Visual Basic
public: void FillRectangle( Graphics g, Brush brush, double x, double y, double width, double height );
Parameters
Parameters 
Description 
The Graphics to draw on. 
brush 
Brush object that determines the characteristics of the fill. 
x-coordinate of the upper-left corner of the rectangle to fill. 
y-coordinate of the upper-left corner of the rectangle to fill. 
width 
Width of the rectangle to fill. 
height 
Height of the rectangle to fill. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.