Excel for WPF and Silverlight
XLPictureShape Constructor(C1Bitmap)

C1.WPF.Excel Namespace > XLPictureShape Class > XLPictureShape Constructor : XLPictureShape Constructor(C1Bitmap)
The specified bitmap object contained in the new XLPictureShape.
Initializes a new instance of an XLPictureShape.
Syntax
'Declaration
 
Public Function New( _
   ByVal bmp As C1.WPF.Bitmap.C1Bitmap _
)
public XLPictureShape( 
   C1.WPF.Bitmap.C1Bitmap bmp
)

Parameters

bmp
The specified bitmap object contained in the new XLPictureShape.
See Also

Reference

XLPictureShape Class
XLPictureShape Members
Overload List