[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1OwnerDrawPrint.RenderDirectLine

RenderDirectLine Method

RenderDirectLine(object, object, object, object, Color, double)

Renders a line for the document.

Declaration
public void RenderDirectLine(object fromX, object fromY, object toX, object toY, Color color, double width)
Public Sub RenderDirectLine(fromX As Object, fromY As Object, toX As Object, toY As Object, color As Color, width As Double)
Parameters
Type Name Description
object fromX

Start x-coordinate.

object fromY

Start y-coordinate.

object toX

End x-coordinate.

object toY

End y-coordinate.

Color color

Color of the line.

double width

Width of the line.