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


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

Parameters

name
The picture name.
source
The image source of the picture.
x
The x location of the picture.
y
The y location of the picture.
See Also

Reference

Picture Class
Picture Members
Overload List