Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / BevelCollection Constructor / BevelCollection Constructor(BevelCollection)
Collecttion of copy.


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

Parameters

collection
Collecttion of copy.
Exceptions
ExceptionDescription
collection is a null reference (Nothing in VB).
See Also