ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPictureShape Class / XLPictureShape Constructor / XLPictureShape Constructor(C1Bitmap)
The specified bitmap object contained in the new XLPictureShape.

In This Topic
    XLPictureShape Constructor(C1Bitmap)
    In This Topic
    Initializes a new instance of an XLPictureShape.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bmp As C1.Xaml.Bitmap.C1Bitmap _
    )
    public XLPictureShape( 
       C1.Xaml.Bitmap.C1Bitmap bmp
    )

    Parameters

    bmp
    The specified bitmap object contained in the new XLPictureShape.
    See Also