PictureShape Constructor(C1Bitmap,Rectangle)
In This Topic
Initializes a new instance of an
PictureShape.
Syntax
'Declaration
Public Function New( _
ByVal As C1.Win.Bitmap.C1Bitmap, _
ByVal As System.Drawing.Rectangle _
)
public PictureShape(
C1.Win.Bitmap.C1Bitmap ,
System.Drawing.Rectangle
)
Parameters
- bmp
- The specified bitmap object contained in the new PictureShape.
- rc
- A rectangle that specifies the image size and position with respect to the cell, in twips.
See Also