Visual Basic (Declaration) | |
---|---|
Public Overloads Sub DrawImage( _ ByVal image As Image, _ ByVal left As System.Single, _ ByVal top As System.Single, _ ByVal width As System.Single, _ ByVal height As System.Single, _ ByVal strLink As System.String, _ ByVal title As System.String, _ ByVal description As System.String _ ) |
C# | |
---|---|
public void DrawImage( Image image, System.float left, System.float top, System.float width, System.float height, System.string strLink, System.string title, System.string description ) |
Parameters
- image
- The System.Drawing.Image to draw on the page.
- left
- Left position of the image (in inches).
- top
Top position of the image (in inches).
- width
- Width of the image (in inches).
- height
- Height of the image (in inches).
- strLink
- Hyperlink URL.
- title
- Title of the image.
- description
- Description of the image.