You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > StiControlPaint Class > StiControlPaint Methods > FillReversibleRectangle Method > FillReversibleRectangle Method (Graphics, int, int, int, int, Color)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiControlPaint.FillReversibleRectangle Method (Graphics, int, int, int, int, Color)

Draws a filled, reversible rectangle on the screen.

Syntax
C++
C#
Visual Basic
public: void FillReversibleRectangle( Graphics graphics, int x, int y, int width, int height, Color backColor );
Parameters
Parameters 
Description 
graphics 
The Graphics object to draw on. 
The X coordinate of the left edge of the rectangle, in screen coordinates. 
The Y coordinate of the left edge of the rectangle, in screen coordinates. 
width 
The width of this rectangle. 
height 
The height of this rectangle. 
backColor 
The Color of the background behind the fill. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.