Excel for WPF and Silverlight
XLPictureShape Constructor(WriteableBitmap)

C1.WPF.Excel Namespace > XLPictureShape Class > XLPictureShape Constructor : XLPictureShape Constructor(WriteableBitmap)
The image contained in the new XLPictureShape.
Initializes a new instance of an XLPictureShape.
Syntax
'Declaration
 
Public Function New( _
   ByVal img As System.Windows.Media.Imaging.WriteableBitmap _
)
public XLPictureShape( 
   System.Windows.Media.Imaging.WriteableBitmap img
)

Parameters

img
The image contained in the new XLPictureShape.
See Also

Reference

XLPictureShape Class
XLPictureShape Members
Overload List