Gauges for UWP
CreateTrapezoid メソッド

C1.UWP.Gauge アセンブリ > C1.Xaml.Gauge 名前空間 > GeometryHelper クラス : CreateTrapezoid メソッド
底辺の開始位置。
底辺の終了位置。
上辺の開始位置。
上辺の終了位置。
台形ジオメトリを作成します。
シンタックス
'宣言
 
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
)

パラメータ

baseStart
底辺の開始位置。
baseEnd
底辺の終了位置。
topStart
上辺の開始位置。
topEnd
上辺の終了位置。
参照

GeometryHelper クラス
GeometryHelper メンバ