Starting horizontal position of the line (in inches).
Ending horizontal position of the line (in inches).
Draws a line on the page at the specified coordinates.
[Visual Basic]
Public Sub DrawLine( _
ByVal x1 As Single, _
ByVal y1 As Single, _
ByVal x2 As Single, _
ByVal y2 As Single _
)
Starting horizontal position of the line (in inches).
Ending horizontal position of the line (in inches).
Uses PenStyle and PenWidth to draw the line.
Units are determined by the Page.Units property.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
Page Class | Page Members | PenStyle Property | PenWidth Property
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.