'Declaration Public Function New( _ ByVal name As String, _ ByVal source As ImageSource, _ ByVal x As Double, _ ByVal y As Double _ )
'Usage Dim name As String Dim source As ImageSource Dim x As Double Dim y As Double Dim instance As New Picture(name, source, x, y)
Parameters
- name
- The picture name.
- source
- The image source of the picture.
- x
- The x location of the picture.
- y
- The y location of the picture.