RtfPictureShape Constructor(C1Bitmap,Single,Single)
In This Topic
The RTF picture shape.
Syntax
'Declaration
Public Function New( _
ByVal As C1.Win.Bitmap.C1Bitmap, _
Optional ByVal As System.Single, _
Optional ByVal As System.Single _
)
public RtfPictureShape(
C1.Win.Bitmap.C1Bitmap ,
System.float ,
System.float
)
Parameters
- bmp
- The specified bitmap 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