[]
The RTF picture shape.
public RtfPictureShape(Image img, float width = -1, float height = -1)
Public Sub New(img As Image, Optional width As Single = -1, Optional height As Single = -1)
| Type | Name | Description |
|---|---|---|
| Image | img | The Image object. |
| float | width | The specified width of the picture, by default as in the image. |
| float | height | The specified height of the picture, by default as in the image. |
The RTF picture shape.
public RtfPictureShape(C1Bitmap bmp, float width = -1, float height = -1)
Public Sub New(bmp As C1Bitmap, Optional width As Single = -1, Optional height As Single = -1)
| Type | Name | Description |
|---|---|---|
| C1Bitmap | bmp | The specified bitmap object. |
| float | width | The specified width of the picture, by default as in the image. |
| float | height | The specified height of the picture, by default as in the image. |