'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.