[]
The RTF picture shape.
public RtfPictureShape(WriteableBitmap img, float width = 0, float height = 0)
| Type | Name | Description |
|---|---|---|
| WriteableBitmap | 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)
| 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. |