RtfPictureShape Constructor(Image,Single,Single)
In This Topic
The RTF picture shape.
Syntax
'Declaration
Public Function New( _
ByVal As System.Drawing.Image, _
Optional ByVal As System.Single, _
Optional ByVal As System.Single _
)
public RtfPictureShape(
System.Drawing.Image ,
System.float ,
System.float
)
Parameters
- img
- The System.Drawing.Image object.
- width
- The specified width of the picture, by default as in the image.
- height
- The specified height of the picture, by default as in the image.
See Also