XLPictureShape Constructor(GcBitmap,RectangleF)
In This Topic
Initializes a new instance of an
XLPictureShape.
Syntax
'Declaration
Public Function New( _
ByVal As GrapeCity.Documents.Imaging.GcBitmap, _
ByVal As System.Drawing.RectangleF _
)
public XLPictureShape(
GrapeCity.Documents.Imaging.GcBitmap ,
System.Drawing.RectangleF
)
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