ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfPictureShape Class / RtfPictureShape Constructor / RtfPictureShape Constructor(WriteableBitmap,Single,Single)
The System.Windows.Controls.Image object.
The specified width of the picture, by default as in the image.
The specified height of the picture, by default as in the image.

In This Topic
    RtfPictureShape Constructor(WriteableBitmap,Single,Single)
    In This Topic
    The RTF picture shape.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal img As WriteableBitmap, _
       Optional ByVal width As Single, _
       Optional ByVal height As Single _
    )
    public RtfPictureShape( 
       WriteableBitmap img,
       float width,
       float height
    )

    Parameters

    img
    The System.Windows.Controls.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