'宣言
Public Overloads Sub DrawImage( _ ByVal image As System.Drawing.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 _ )
パラメータ
- image
- ページ上に描画するSystem.Drawing.Image。
- left
- 画像の左端の座標(インチ単位)。
- top
画像の上端の座標(インチ単位)。
- width
- 画像の幅(インチ単位)。
- height
- 画像の高さ(インチ単位)。
- strLink
- ハイパーリンクURL。
- title
- 画像のタイトル。
- description
- 画像の説明。