Top position of the image in (inches).
Draws the specified image on the page at the specified coordinates and assigns a hyperlink to the image area.
[Visual Basic]
Overloads Public Sub DrawImage( _
ByVal image As Image, _
ByVal imageChanged As Boolean, _
ByVal left As Single, _
ByVal top As Single, _
ByVal width As Single, _
ByVal height As Single, _
ByVal strLink As String _
)
[C#]
public void DrawImage(
Image image,
bool imageChanged,
float left,
float top,
float width,
float height,
string strLink
);
Top position of the image in (inches).
[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 | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.