XLPictureShape Constructor(Image,Size,XLAlignHorz,XLAlignVert,ImageScaling)
In This Topic
Initializes a new instance of an
XLPictureShape.
Syntax
Parameters
- img
- The GrapeCity.Documents.Drawing.Image contained in the new XLPictureShape.
- cellSize
- The size of the cell that will contain the image, in pixels (used for aligning the image).
- align
- A XLAlignHorz value that specifies the position of the image in the cell.
- valign
- A XLAlignVert value that specifies the position of the image in the cell.
- scale
- An ImageScaling value that specifies the image scaling within the cell.
See Also