Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPictureShape Class / XLPictureShape Constructor / XLPictureShape Constructor(WriteableBitmap)
The image contained in the new XLPictureShape.

In This Topic
    XLPictureShape Constructor(WriteableBitmap)
    In This Topic
    Initializes a new instance of an XLPictureShape.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal img As WriteableBitmap _
    )
    public XLPictureShape( 
       WriteableBitmap img
    )

    Parameters

    img
    The image contained in the new XLPictureShape.
    See Also