ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1LinearGauge Class / GetGeometry Method

In This Topic
    GetGeometry Method (C1LinearGauge)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetGeometry( _
       ByVal startValue As System.Double, _
       ByVal endValue As System.Double, _
       ByVal yAxisStartLocation As System.Double, _
       ByVal yAxisEndLocation As System.Double, _
       ByVal relativeStartWidth As System.Double, _
       ByVal relativeEndWidth As System.Double _
    ) As Windows.UI.Xaml.Media.Geometry
    public override Windows.UI.Xaml.Media.Geometry GetGeometry( 
       System.double startValue,
       System.double endValue,
       System.double yAxisStartLocation,
       System.double yAxisEndLocation,
       System.double relativeStartWidth,
       System.double relativeEndWidth
    )

    Parameters

    startValue
    endValue
    yAxisStartLocation
    yAxisEndLocation
    relativeStartWidth
    relativeEndWidth
    See Also