Initializes a new instance of the
Picture class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal 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 ,
System.Uri
)
Parameters
- name
- The picture name.
- source
- The uri source of the picture.
See Also