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

Draws a reversible line on the screen within the specified starting and ending points and with the specified background color.

Syntax
C++
C#
Visual Basic
public: void DrawReversibleLine( Graphics graphics, int startX, int startY, int endX, int endY, Color backColor, FrameStyle style );
Parameters
Parameters 
Description 
graphics 
The Graphics object to draw on. 
startX 
The starting X coordinate of the line, in screen coordinates. 
startY 
The starting Y coordinate of the line, in screen coordinates. 
endX 
The ending X coordinate of the line, in screen coordinates. 
endY 
The ending Y coordinate of the line, in screen coordinates. 
backColor 
The Color of the background behind the line. 
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.