Spread Silverlight Documentation
Picture Constructor(String,Stream,Double,Double,Double,Double)


GrapeCity.Windows.SpreadSheet.Data Namespace > Picture Class > Picture Constructor : Picture Constructor(String,Stream,Double,Double,Double,Double)
The picture name.
The image stream of the picture.
The x location of the picture.
The y location of the picture.
The picture width.
The picture height.
Initializes a new instance of the Picture class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal imageStream As System.IO.Stream, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
'Usage
 
Dim name As System.String
Dim imageStream As System.IO.Stream
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
 
Dim instance As New Picture(name, imageStream, x, y, width, height)
public Picture( 
   System.string name,
   System.IO.Stream imageStream,
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

Parameters

name
The picture name.
imageStream
The image stream of the picture.
x
The x location of the picture.
y
The y location of the picture.
width
The picture width.
height
The picture height.
See Also

Reference

Picture Class
Picture Members
Overload List