ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 Windows.UI.Xaml.Media.Imaging.WriteableBitmap _
    )
    public XLPictureShape( 
       Windows.UI.Xaml.Media.Imaging.WriteableBitmap img
    )

    Parameters

    img
    The image contained in the new XLPictureShape.
    See Also