ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / GeometryHelper Class / CreateTrapezoid Method
The base start.
The base end.
The top start.
The top end.

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

    Parameters

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