RtfPicture Constructor(RtfObject,Image)
In This Topic
The Word/RTF picture specific constructor.
Syntax
'Declaration
Public Function New( _
ByVal As RtfObject, _
ByVal As System.Drawing.Image _
)
public RtfPicture(
RtfObject ,
System.Drawing.Image
)
Parameters
- owner
- The owned Word/RTF object.
- img
- The image/bitmap for picture.
See Also