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

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

    Parameters

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