Picture Constructor(Object)
In This Topic
Creates a picture by copying another.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim cloneFrom As Object
Dim instance As New Picture(cloneFrom)
Parameters
- cloneFrom
- Object from which to copy or clone this picture
See Also