XLPictureShape Constructor(C1Bitmap,Size,HorizontalAlignment,VerticalAlignment,ImageScaling)
In This Topic
Initializes a new instance of an
XLPictureShape.
Syntax
Parameters
- bmp
- The specified bitmap object 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 horizontal content alignment value that specifies the position of the image in the cell.
- valign
- A System.Windows.VerticalAlignment 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