'Declaration
Public Function New( _
ByVal sheet As XLSheet, _
ByVal bmp As C1.Xaml.Bitmap.C1Bitmap, _
ByVal x As System.Double, _
ByVal y As System.Double, _
ByVal width As System.Double, _
ByVal height As System.Double _
)
public XLPictureShape(
XLSheetsheet,
C1.Xaml.Bitmap.C1Bitmap bmp,
System.double x,
System.double y,
System.double width,
System.double height
)