XLPictureShape Constructor(Object,RectangleF)
In This Topic
Initializes a new instance of an
XLPictureShape.
Syntax
'Declaration
Public Function New( _
ByVal As System.Object, _
ByVal As System.Drawing.RectangleF _
)
public XLPictureShape(
System.object ,
System.Drawing.RectangleF
)
Parameters
- source
- The image source (binary data, Image, GcBitmap, base64).
- rc
- The rectangle that specifies the image size and position with respect to the cell, in twips.
See Also