ComponentOne Gauge for UWP
CreateTrapezoid Method

C1.UWP.Gauge Assembly > C1.Xaml.Gauge Namespace > GeometryHelper Class : CreateTrapezoid Method
The base start.
The base end.
The top start.
The top end.
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

Reference

GeometryHelper Class
GeometryHelper Members