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

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

    Parameters

    item
    See Also