Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / BevelCollection Constructor / BevelCollection Constructor(BevelCollection)
Collecttion of copy.


In This Topic
    BevelCollection Constructor(BevelCollection)
    In This Topic
    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)
    public BevelCollection( 
       BevelCollection collection
    )

    Parameters

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