[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfPictureShape.-ctor

RtfPictureShape Constructor

RtfPictureShape(WriteableBitmap, float, float)

The RTF picture shape.

Declaration
public RtfPictureShape(WriteableBitmap img, float width = 0, float height = 0)
Parameters
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.

RtfPictureShape(C1Bitmap, float, float)

The RTF picture shape.

Declaration
public RtfPictureShape(C1Bitmap bmp, float width = -1, float height = -1)
Parameters
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.