ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPictureShape Class / XLPictureShape Constructor / XLPictureShape Constructor(GcBitmap,RectangleF)
The specified bitmap object contained in the new XLPictureShape.
The rectangle that specifies the image size and position with respect to the cell, in twips.

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

    Parameters

    bmp
    The specified bitmap object contained in the new XLPictureShape.
    rc
    The rectangle that specifies the image size and position with respect to the cell, in twips.
    See Also