XLPictureShape Constructor(C1Bitmap,Int32,Int32)
In This Topic
Initializes a new instance of an
XLPictureShape.
Syntax
'Declaration
Public Function New( _
ByVal As C1.WPF.Bitmap.C1Bitmap, _
ByVal As Integer, _
ByVal As Integer _
)
public XLPictureShape(
C1.WPF.Bitmap.C1Bitmap ,
int ,
int
)
Parameters
- bmp
- The specified bitmap object contained in the new XLPictureShape.
- x
- The horizontal position of the new shape with respect to the cell, in twips.
- y
- The vertical position of the new shape with respect to the cell, in twips.
See Also