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