Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeClipping Class / C1GaugeClipping Constructor / C1GaugeClipping Constructor(String,C1GaugeClipOperation,Double)

In This Topic
    C1GaugeClipping Constructor(String,C1GaugeClipOperation,Double)
    In This Topic
    Initializes a new instance of the C1GaugeClipping.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal shapeName As System.String, _
       ByVal operation As C1GaugeClipOperation, _
       ByVal scaleFactor As System.Double _
    )
    public C1GaugeClipping( 
       System.string shapeName,
       C1GaugeClipOperation operation,
       System.double scaleFactor
    )

    Parameters

    shapeName
    operation
    scaleFactor
    See Also