ComponentOne Gauges for WPF and Silverlight
CreateTrapezoid Method (GeometryHelper)

C1.WPF.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 System.Windows.Point, _
   ByVal baseEnd As System.Windows.Point, _
   ByVal topStart As System.Windows.Point, _
   ByVal topEnd As System.Windows.Point _
) As System.Windows.Media.Geometry
public static System.Windows.Media.Geometry CreateTrapezoid( 
   System.Windows.Point baseStart,
   System.Windows.Point baseEnd,
   System.Windows.Point topStart,
   System.Windows.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