ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfPicture Class / RtfPicture Constructor / RtfPicture Constructor(RtfObject,WriteableBitmap,ImageFormat)
The owned Word/RTF object.
The image/bitmap for picture.
The image format in storage.

In This Topic
    RtfPicture Constructor(RtfObject,WriteableBitmap,ImageFormat)
    In This Topic
    The Word/RTF pictute specific constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As RtfObject, _
       ByVal img As WriteableBitmap, _
       Optional ByVal imgf As ImageFormat _
    )
    public RtfPicture( 
       RtfObject owner,
       WriteableBitmap img,
       ImageFormat imgf
    )

    Parameters

    owner
    The owned Word/RTF object.
    img
    The image/bitmap for picture.
    imgf
    The image format in storage.
    See Also