RenderDirectLine Method (C1OwnerDrawPrint)
In This Topic
Renders a line for the document.
Syntax
'Declaration
Public Sub RenderDirectLine( _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As System.Drawing.Color, _
ByVal As System.Double _
)
public void RenderDirectLine(
System.object ,
System.object ,
System.object ,
System.object ,
System.Drawing.Color ,
System.double
)
Parameters
- fromX
- Start x-coordinate.
- fromY
- Start y-coordinate.
- toX
- End x-coordinate.
- toY
- End y-coordinate.
- color
- Color of the line.
- width
- Width of the line.
See Also