You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > StiControlPaint Class > StiControlPaint Methods > DrawReversibleLine Method > DrawReversibleLine Method (Graphics, Point, Point, Color, FrameStyle)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiControlPaint.DrawReversibleLine Method (Graphics, Point, Point, 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, Point start, Point end, Color backColor, FrameStyle style );
Parameters
Parameters 
Description 
graphics 
The Graphics object to draw on. 
start 
The starting Point of the line, in screen coordinates. 
end 
The ending Point 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.