ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfPicture Class / RtfPicture Constructor / RtfPicture Constructor(RtfObject,C1Bitmap)
The owned Word/RTF object.
The specified bitmap object for picture.

In This Topic
    RtfPicture Constructor(RtfObject,C1Bitmap)
    In This Topic
    The Word/RTF pictute specific constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As RtfObject, _
       ByVal bmp As C1.Xaml.Bitmap.C1Bitmap _
    )
    public RtfPicture( 
       RtfObject owner,
       C1.Xaml.Bitmap.C1Bitmap bmp
    )

    Parameters

    owner
    The owned Word/RTF object.
    bmp
    The specified bitmap object for picture.
    See Also