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