ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / GeometryHelper Class / CreateTrapezoid Method
The base start.
The base end.
The top start.
The top end.

In This Topic
    CreateTrapezoid Method (GeometryHelper)
    In This Topic
    Creates a trapezoid geometry.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateTrapezoid( _
       ByVal baseStart As Point, _
       ByVal baseEnd As Point, _
       ByVal topStart As Point, _
       ByVal topEnd As Point _
    ) As Geometry
    public static Geometry CreateTrapezoid( 
       Point baseStart,
       Point baseEnd,
       Point topStart,
       Point topEnd
    )

    Parameters

    baseStart
    The base start.
    baseEnd
    The base end.
    topStart
    The top start.
    topEnd
    The top end.
    See Also