GrapeCity.Xaml.SpreadSheet.Data
Picture Constructor(String,Uri,Double,Double)


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

Parameters

name
The picture name.
source
The uri 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