Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / CommonShapeCollection Class / Add Method

In This Topic
    Add Method (CommonShapeCollection)
    In This Topic
    Adds the specified CommonShape to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As CommonShape _
    ) As System.Integer
    public System.int Add( 
       CommonShape item
    )

    Parameters

    item
    See Also