'宣言 Public Overloads Function AddHyperlink( _ ByVal image As System.Drawing.Image, _ ByVal renderObject As RenderObject _ ) As ParagraphImage
'使用法 Dim instance As ParagraphObjectCollection Dim image As System.Drawing.Image Dim renderObject As RenderObject Dim value As ParagraphImage value = instance.AddHyperlink(image, renderObject)
public ParagraphImage AddHyperlink( System.Drawing.Image image, RenderObject renderObject )
パラメータ
- image
- The image to add.
- renderObject
- A RenderObject which is the target of the hyperlink.
戻り値の型
A ParagraphImage object representing the specified image, associated with the specified hyperlink.