Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / Picture Constructor / Picture Constructor(Object)
Object from which to copy or clone this picture


In This Topic
Picture Constructor(Object)
In This Topic
Creates a picture by copying another.
Syntax
'Declaration
 
Public Function New( _
   ByVal cloneFrom 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