RenderDirectLine Method (C1OwnerDrawPrint)
In This Topic
Renders a line for the document.
Syntax
'Declaration
Public Sub RenderDirectLine( _
ByVal As Object, _
ByVal As Object, _
ByVal As Object, _
ByVal As Object, _
ByVal As Color, _
ByVal As Double _
)
public void RenderDirectLine(
object ,
object ,
object ,
object ,
Color ,
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