ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfPictureShape Class / RtfPictureShape Constructor / RtfPictureShape Constructor(C1Bitmap,Single,Single)
The specified bitmap 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(C1Bitmap,Single,Single)
    In This Topic
    The RTF picture shape.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bmp As C1.Win.Bitmap.C1Bitmap, _
       Optional ByVal width As System.Single, _
       Optional ByVal height As System.Single _
    )
    public RtfPictureShape( 
       C1.Win.Bitmap.C1Bitmap bmp,
       System.float width,
       System.float height
    )

    Parameters

    bmp
    The specified bitmap 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