GrapeCity.Xaml.SpreadSheet.Data
Picture Constructor(String,ImageSource)


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

Parameters

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

Reference

Picture Class
Picture Members
Overload List