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

Draws a reversible frame on the screen within the specified bounds, with the specified background color, and in the specified state.

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