Creates a Picture object based on the specified object.
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 clone the new ElementControl object
See Also