Spread Windows Forms 12.0 Product Documentation
Picture Constructor(Object)


FarPoint.Win Assembly > FarPoint.Win Namespace > Picture Class > Picture Constructor : Picture Constructor(Object)

Object from which to clone the new ElementControl object

Creates a Picture object based on the specified object.
Syntax
'Declaration
 
Public Function New( _
   ByVal cloneFrom As Object _
)
'Usage
 
Dim cloneFrom As Object
 
Dim instance As New Picture(cloneFrom)
public Picture( 
   object cloneFrom
)

Parameters

cloneFrom

Object from which to clone the new ElementControl object

See Also

Reference

Picture Class
Picture Members
Overload List