ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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.Win.Bitmap.C1Bitmap _
    )
    public RtfPicture( 
       RtfObject owner,
       C1.Win.Bitmap.C1Bitmap bmp
    )

    Parameters

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