XLPictureShape Constructor(XLSheet,C1Bitmap,Double,Double,Double,Double)
In This Topic
Initializes a new instance of an
XLPictureShape.
Syntax
'Declaration
Public Function New( _
ByVal As XLSheet, _
ByVal As C1.WPF.Bitmap.C1Bitmap, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
public XLPictureShape(
XLSheet ,
C1.WPF.Bitmap.C1Bitmap ,
double ,
double ,
double ,
double
)
Parameters
- sheet
- XLSheet object that owns the new shape.
- bmp
- The specified bitmap object contained in the new XLPictureShape.
- x
- The horizontal position of the image with respect to the sheet, in twips.
- y
- The vertical position of the image with respect to the sheet, in twips.
- width
- The width of the image, in twips.
- height
- The height of the image, in twips.
See Also