Spread Silverlight Documentation
Picture Constructor(String,Uri)


GrapeCity.Windows.SpreadSheet.Data Namespace > Picture Class > Picture Constructor : Picture Constructor(String,Uri)
The picture name.
The uri source 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.Uri _
)
'Usage
 
Dim name As System.String
Dim source As System.Uri
 
Dim instance As New Picture(name, source)
public Picture( 
   System.string name,
   System.Uri source
)

Parameters

name
The picture name.
source
The uri source of the picture.
See Also

Reference

Picture Class
Picture Members
Overload List