ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPictureShape Class / XLPictureShape Constructor / XLPictureShape Constructor(Image)
The image contained in the new XLPictureShape.

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

    Parameters

    img
    The image contained in the new XLPictureShape.
    See Also