Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Wall Class / Wall Constructor / Wall Constructor(Wall)


Wall Constructor(Wall)
Creates a new wall that is a deep copy of the specified wall.
Syntax
'Declaration
 
Public Function New( _
   ByVal wall As Wall _
)
 
'Usage
 
Dim wall As Wall
 
Dim instance As New Wall(wall)

Parameters

wall
Exceptions
ExceptionDescription
wall is a null reference (Nothing in VB).
See Also