ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfPictureShape Class / RtfPictureShape Constructor / RtfPictureShape Constructor(WriteableBitmap,Single,Single)
The Windows.UI.Xaml.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 Windows.UI.Xaml.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